atomic_dec — decrement atomic variable
void atomic_dec (atomic_t * v);
void atomic_dec
pointer of type atomic_t
Atomically decrements v by 1.