Searched refs:atomic64_sub_if_positive (Results 1 – 2 of 2) sorted by relevance
334 static __always_inline s64 atomic64_sub_if_positive(atomic64_t *v, s64 offset) in atomic64_sub_if_positive() function353 #define atomic64_dec_if_positive(v) atomic64_sub_if_positive(v, 1)
262 #define atomic64_dec_if_positive(v) atomic64_sub_if_positive(1, v)