change_bit(9) centos man page | unix.com

Man Page: change_bit

Operating Environment: centos

Section: 9

CHANGE_BIT(9)						     Basic C Library Functions						     CHANGE_BIT(9)

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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 CHANGE_BIT(9)
Related Man Pages
atomic_dec_ptr(3) - netbsd
atomic_dec_uint(3) - netbsd
atomic_dec_ulong(3) - netbsd
atomic_dec_ulong_nv(3) - netbsd
atomic_inc(3) - netbsd
Similar Topics in the Unix Linux Community
Bits: Discussion on Bits and Virtual Economics
Bit usage: folding at home
Help with bit vector and setting its bits?
Question Regarding Megabits Drawing