Searched refs:atomic64_inc_not_zero (Results 1 – 3 of 3) sorted by relevance
40 #define atomic64_inc_not_zero(v) atomic64_add_unless((v), 1LL, 0LL) macro
85 #define local64_inc_not_zero(l) atomic64_inc_not_zero(&(l)->a)
132 #define atomic_long_inc_not_zero(l) atomic64_inc_not_zero((atomic64_t *)(l))