Searched refs:local_inc_and_test (Results 1 – 2 of 2) sorted by relevance
/include/asm-generic/ | ||
D | local.h | 38 #define local_inc_and_test(l) atomic_long_inc_and_test(&(l)->a) macro |
D | local64.h | 39 #define local64_inc_and_test(l) local_inc_and_test(&(l)->a) |