Home
last modified time | relevance | path

Searched defs:atomic_dec_if_positive (Results 1 – 5 of 5) sorted by relevance

/arch/microblaze/include/asm/
Datomic.h12 static inline int atomic_dec_if_positive(atomic_t *v) in atomic_dec_if_positive() function
25 #define atomic_dec_if_positive atomic_dec_if_positive macro
/arch/metag/include/asm/
Datomic.h45 #define atomic_dec_if_positive(v) atomic_sub_if_positive(1, v) macro
/arch/powerpc/include/asm/
Datomic.h228 static __inline__ int atomic_dec_if_positive(atomic_t *v) in atomic_dec_if_positive() function
249 #define atomic_dec_if_positive atomic_dec_if_positive macro
/arch/avr32/include/asm/
Datomic.h185 #define atomic_dec_if_positive(v) atomic_sub_if_positive(1, v) macro
/arch/mips/include/asm/
Datomic.h276 #define atomic_dec_if_positive(v) atomic_sub_if_positive(1, v) macro