void atomic_sub (int i, atomic_t * v);
void atomic_sub
integer value to subtract
pointer of type atomic_t
Atomically subtracts i from v. Note that the guaranteed useful range of an atomic_t is only 24 bits.