ATOMIC_INC_SHORT(9) Driver Basics ATOMIC_INC_SHORT(9)NAMEatomic_inc_short - increment of a short integerSYNOPSISshort int atomic_inc_short(short int * v);ARGUMENTSv pointer to type intDESCRIPTIONAtomically adds 1 to v Returns the new value of uCOPYRIGHTKernel Hackers Manual 2.6. July 2010 ATOMIC_INC_SHORT(9)