Searched defs:atomic_dec_if_positive (Results 1 – 5 of 5) sorted by relevance
13 static inline int atomic_dec_if_positive(atomic_t *v) in atomic_dec_if_positive() function26 #define atomic_dec_if_positive atomic_dec_if_positive macro
273 static __inline__ int atomic_dec_if_positive(atomic_t *v) in atomic_dec_if_positive() function294 #define atomic_dec_if_positive atomic_dec_if_positive macro
228 #define atomic_dec_if_positive(v) atomic_sub_if_positive(1, v) macro
327 #define atomic_dec_if_positive(v) atomic_sub_if_positive(v, 1) macro
709 static inline int atomic_dec_if_positive(atomic_t *v) in atomic_dec_if_positive() function