CHANGE_BIT

Section: (9)
Updated: 09 April 2004
Index Return to Main Contents

 

NAME

change_bit - Toggle a bit in memory  

SYNOPSIS

void change_bit (int nr, volatile unsigned long * 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.  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 09:51:02 GMT, April 09, 2004