Home
last modified time | relevance | path

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

/arch/microblaze/include/asm/
Datomic.h13 static inline int atomic_dec_if_positive(atomic_t *v) in atomic_dec_if_positive() function
26 #define atomic_dec_if_positive atomic_dec_if_positive macro
/arch/mips/include/asm/
Datomic.h258 #define atomic_dec_if_positive(v) atomic_sub_if_positive(1, v) macro
/arch/powerpc/include/asm/
Datomic.h289 static __inline__ int atomic_dec_if_positive(atomic_t *v) in atomic_dec_if_positive() function
309 #define atomic_dec_if_positive atomic_dec_if_positive macro
/arch/riscv/include/asm/
Datomic.h331 #define atomic_dec_if_positive(v) atomic_sub_if_positive(v, 1) macro