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

NAME

6       atomic64_set - set atomic64 variable
7

SYNOPSIS

9       void atomic64_set(atomic64_t * ptr, u64 new_val);
10

ARGUMENTS

12       ptr
13           pointer to type atomic64_t
14
15       new_val
16           value to assign
17

DESCRIPTION

19       Atomically sets the value of ptr to new_val.
20
22Kernel Hackers Manual 2.6.         June 2019                   ATOMIC64_SET(9)
Impressum