atomic_read ( v);
atomic_read
v
pointer of type atomic_t
Atomically reads the value of v. Note that the guaranteed useful range of an atomic_t is only 24 bits.