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

NAME

6       __set_bit - Set a bit in memory
7

SYNOPSIS

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

ARGUMENTS

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

DESCRIPTION

19       Unlike set_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 2.6.         June 2019                      __SET_BIT(9)
Impressum