Lines Matching full:variable
24 * atomic_read - read atomic variable
32 * atomic_set - set atomic variable
41 * atomic_add_return - add integer to atomic variable and return it
72 * atomic_sub_return - subtract integer from atomic variable and return it
103 * atomic_add - add integer to atomic variable
112 * atomic_sub - subtract the atomic variable
121 * atomic_sub_and_test - subtract value from variable and test result
132 * atomic_inc_return - increment atomic variable and return it
162 * atomic_dec_return - decrement atomic variable and return it
192 * atomic_inc - increment atomic variable
200 * atomic_dec - decrement atomic variable