1ATOMIC_ADD(9)                    Driver Basics                   ATOMIC_ADD(9)
2
3
4

NAME

6       atomic_add - add integer to atomic variable
7

SYNOPSIS

9       void atomic_add(int i, atomic_t * v);
10

ARGUMENTS

12       i
13           integer value to add
14
15       v
16           pointer of type atomic_t
17

DESCRIPTION

19       Atomically adds i to v.
20
22Kernel Hackers Manual 3.10         June 2019                     ATOMIC_ADD(9)
Impressum