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

NAME

6       atomic_inc_short - increment of a short integer
7

SYNOPSIS

9       short int atomic_inc_short(short int * v);
10

ARGUMENTS

12       v
13           pointer to type int
14

DESCRIPTION

16       Atomically adds 1 to v Returns the new value of u
17
19Kernel Hackers Manual 3.10         June 2019               ATOMIC_INC_SHORT(9)
Impressum