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

NAME

6       atomic_set - set atomic variable
7

SYNOPSIS

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

ARGUMENTS

12       v
13           pointer of type atomic_t
14
15       i
16           required value
17

DESCRIPTION

19       Atomically sets the value of v to i.
20
22Kernel Hackers Manual 3.10         June 2019                     ATOMIC_SET(9)
Impressum