Searched defs:atomic_dec_if_positive (Results 1 – 4 of 4) 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
258 #define atomic_dec_if_positive(v) atomic_sub_if_positive(1, v) macro
289 static __inline__ int atomic_dec_if_positive(atomic_t *v) in atomic_dec_if_positive() function309 #define atomic_dec_if_positive atomic_dec_if_positive macro
331 #define atomic_dec_if_positive(v) atomic_sub_if_positive(v, 1) macro