Searched defs:atomic_dec_if_positive (Results 1 – 6 of 6) sorted by relevance
12 static inline int atomic_dec_if_positive(atomic_t *v) in atomic_dec_if_positive() function25 #define atomic_dec_if_positive atomic_dec_if_positive macro
45 #define atomic_dec_if_positive(v) atomic_sub_if_positive(1, v) macro
232 static __inline__ int atomic_dec_if_positive(atomic_t *v) in atomic_dec_if_positive() function253 #define atomic_dec_if_positive atomic_dec_if_positive macro
197 #define atomic_dec_if_positive(v) atomic_sub_if_positive(1, v) macro
280 #define atomic_dec_if_positive(v) atomic_sub_if_positive(1, v) macro
534 static inline int atomic_dec_if_positive(atomic_t *v) in atomic_dec_if_positive() function