Searched refs:arch_atomic64_dec_if_positive (Results 1 - 13 of 13) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Datomic_64.h70 s64 arch_atomic64_dec_if_positive(atomic64_t *v);
71 #define arch_atomic64_dec_if_positive arch_atomic64_dec_if_positive macro
/linux-master/arch/arm64/include/asm/
H A Datomic.h97 static __always_inline long arch_atomic64_dec_if_positive(atomic64_t *v) function
196 #define arch_atomic64_dec_if_positive arch_atomic64_dec_if_positive macro
/linux-master/arch/arc/include/asm/
H A Datomic64-arcv2.h185 static inline s64 arch_atomic64_dec_if_positive(atomic64_t *v) function
207 #define arch_atomic64_dec_if_positive arch_atomic64_dec_if_positive macro
/linux-master/include/asm-generic/
H A Datomic64.h70 #define arch_atomic64_dec_if_positive generic_atomic64_dec_if_positive macro
/linux-master/arch/x86/include/asm/
H A Datomic64_32.h184 static __always_inline s64 arch_atomic64_dec_if_positive(atomic64_t *v) function
191 #define arch_atomic64_dec_if_positive arch_atomic64_dec_if_positive macro
/linux-master/arch/alpha/include/asm/
H A Datomic.h249 static inline s64 arch_atomic64_dec_if_positive(atomic64_t *v) function
269 #define arch_atomic64_dec_if_positive arch_atomic64_dec_if_positive macro
/linux-master/arch/sparc/lib/
H A Datomic_64.S153 ENTRY(arch_atomic64_dec_if_positive) /* %o0 = atomic_ptr */
165 ENDPROC(arch_atomic64_dec_if_positive)
166 EXPORT_SYMBOL(arch_atomic64_dec_if_positive)
/linux-master/arch/powerpc/include/asm/
H A Datomic.h366 static __inline__ s64 arch_atomic64_dec_if_positive(atomic64_t *v) function
385 #define arch_atomic64_dec_if_positive arch_atomic64_dec_if_positive macro
/linux-master/arch/riscv/include/asm/
H A Datomic.h343 static __always_inline s64 arch_atomic64_dec_if_positive(atomic64_t *v) function
362 #define arch_atomic64_dec_if_positive arch_atomic64_dec_if_positive macro
/linux-master/arch/arm/include/asm/
H A Datomic.h454 static inline s64 arch_atomic64_dec_if_positive(atomic64_t *v) function
480 #define arch_atomic64_dec_if_positive arch_atomic64_dec_if_positive macro
/linux-master/arch/mips/include/asm/
H A Datomic.h253 #define arch_atomic64_dec_if_positive(v) arch_atomic64_sub_if_positive(1, v) macro
/linux-master/arch/loongarch/include/asm/
H A Datomic.h345 #define arch_atomic64_dec_if_positive(v) arch_atomic64_sub_if_positive(1, v) macro
/linux-master/include/linux/atomic/
H A Datomic-arch-fallback.h4677 #if defined(arch_atomic64_dec_if_positive)
4678 return arch_atomic64_dec_if_positive(v);

Completed in 196 milliseconds