Home
last modified time | relevance | path

Searched refs:arch_atomic_dec_if_positive (Results 1 – 4 of 4) sorted by relevance

/linux/arch/csky/include/asm/
H A Datomic.h177 arch_atomic_dec_if_positive(atomic_t *v) in arch_atomic_dec_if_positive() function
196 #define arch_atomic_dec_if_positive arch_atomic_dec_if_positive macro
/linux/arch/powerpc/include/asm/
H A Datomic.h167 static __inline__ int arch_atomic_dec_if_positive(atomic_t *v) in arch_atomic_dec_if_positive() function
187 #define arch_atomic_dec_if_positive arch_atomic_dec_if_positive macro
/linux/arch/mips/include/asm/
H A Datomic.h249 #define arch_atomic_dec_if_positive(v) arch_atomic_sub_if_positive(1, v) macro
/linux/arch/loongarch/include/asm/
H A Datomic.h188 #define arch_atomic_dec_if_positive(v) arch_atomic_sub_if_positive(1, v) macro