1CHANGE_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           Bit to change
14
15       addr
16           Address to start counting from
17

DESCRIPTION

19       change_bit is atomic and may not be reordered. Note that nr may be
20       almost arbitrarily large; this function is not restricted to acting on
21       a single-word quantity.
22
24Kernel Hackers Manual 3.10         June 2019                     CHANGE_BIT(9)
Impressum