1TEST_AND_SET_BIT_LOC(9) Basic C Library Functions TEST_AND_SET_BIT_LOC(9)
23
4
NAME
6test_and_set_bit_lock - Set a bit and return its old value for lock
7
SYNOPSIS
9int test_and_set_bit_lock(int nr, volatile unsigned long * addr);
10
ARGUMENTS
12nr
13Bit to set
1415
addr
16Address to count from
17
DESCRIPTION
19This is the same as test_and_set_bit on x86.
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 TEST_AND_SET_BIT_LOC(9)