change_bit

Section: Kernel Hacker's Manual (9)
Updated: change_bit
Index Return to Main Contents
 

NAME

change_bit - Toggle a bit in memory  

SYNOPSIS

void change_bit (int nr, volatile void *addr);  

ARGUMENTS

nr

 Bit to change
addr

 Address to start counting from
 

DESCRIPTION

change_bit is atomic and may not be reordered. Note that nr may be almost arbitrarily large; this function is not restricted to acting on a single-word quantity.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 03:15:43 GMT, June 12, 2005