Scroll to navigation

ATOMIC_INC(9) Driver Basics ATOMIC_INC(9)

NAME

atomic_inc - increment atomic variable

SYNOPSIS

void atomic_inc(atomic_t * v);

ARGUMENTS

v
pointer of type atomic_t

DESCRIPTION

Atomically increments v by 1.

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16