1ATOMIC_INC_SHORT(9) Driver Basics ATOMIC_INC_SHORT(9)
23
4
NAME
6atomic_inc_short - increment of a short integer
7
SYNOPSIS
9short int atomic_inc_short(short int * v);
10
ARGUMENTS
12v
13pointer to type int
14
DESCRIPTION
16Atomically adds 1 to v Returns the new value of u
17
COPYRIGHT
19Kernel Hackers Manual 3.10 June 2019 ATOMIC_INC_SHORT(9)