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

NAME

6       atomic64_dec_and_test - decrement and test
7

SYNOPSIS

9       int atomic64_dec_and_test(atomic64_t * ptr);
10

ARGUMENTS

12       ptr
13           pointer to type atomic64_t
14

DESCRIPTION

16       Atomically decrements ptr by 1 and returns true if the result is 0, or
17       false for all other cases.
18
20Kernel Hackers Manual 2.6.         June 2019           ATOMIC64_DEC_AND_TES(9)
Impressum