void atomic_inc (atomic_t * v);
void atomic_inc
v
pointer of type atomic_t
Atomically increments v by 1. Note that the guaranteed useful range of an atomic_t is only 24 bits.