SYNOPSIS void atomic_inc(atomic_t * v); ARGUMENTS v pointer of type atomic_t DESCRIPTION Atomically increments v by 1. COPYRIGHT