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
/arch/avr32/include/asm/
Datomic.h184 #define atomic_dec_if_positive(v) atomic_sub_if_positive(1, v) macro
/arch/x86/include/asm/
Datomic.h251 static inline int atomic_dec_if_positive(atomic_t *v) in atomic_dec_if_positive() function
/arch/powerpc/include/asm/
Datomic.h250 static __inline__ int atomic_dec_if_positive(atomic_t *v) in atomic_dec_if_positive() function
/arch/mips/include/asm/
Datomic.h367 #define atomic_dec_if_positive(v) atomic_sub_if_positive(1, v) macro