1__CHANGE_BIT(9)            Basic C Library Functions           __CHANGE_BIT(9)
2
3
4

NAME

6       __change_bit - Toggle a bit in memory
7

SYNOPSIS

9       void __change_bit(int nr, volatile unsigned long * addr);
10

ARGUMENTS

12       nr
13           the bit to change
14
15       addr
16           the address to start counting from
17

DESCRIPTION

19       Unlike change_bit, this function is non-atomic and may be reordered. If
20       it's called on the same region of memory simultaneously, the effect may
21       be that only one operation succeeds.
22
24Kernel Hackers Manual 3.10         June 2019                   __CHANGE_BIT(9)
Impressum