1ATOMIC_ADD(9) Driver Basics ATOMIC_ADD(9)
23
4
NAME
6atomic_add - add integer to atomic variable
7
SYNOPSIS
9void atomic_add(int i, atomic_t * v);
10
ARGUMENTS
12i
13integer value to add
1415
v
16pointer of type atomic_t
17
DESCRIPTION
19Atomically adds i to v.
20
COPYRIGHT
22Kernel Hackers Manual 2.6. June 2019 ATOMIC_ADD(9)