Home
last modified time | relevance | path

Searched refs:atomic64_dec_if_positive (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/include/asm-generic/
Datomic64.h53 extern long long atomic64_dec_if_positive(atomic64_t *v);
54 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
Datomic-instrumented.h247 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
248 static __always_inline s64 atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
/Linux-v4.19/arch/sparc/include/asm/
Datomic_64.h64 long atomic64_dec_if_positive(atomic64_t *v);
65 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
/Linux-v4.19/arch/sparc/lib/
Datomic_64.S153 ENTRY(atomic64_dec_if_positive) /* %o0 = atomic_ptr */
165 ENDPROC(atomic64_dec_if_positive)
166 EXPORT_SYMBOL(atomic64_dec_if_positive)
/Linux-v4.19/arch/alpha/include/asm/
Datomic.h279 static inline long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
299 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
/Linux-v4.19/arch/arm64/include/asm/
Datomic.h162 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
Datomic_ll_sc.h229 __LL_SC_PREFIX(atomic64_dec_if_positive(atomic64_t *v))
249 __LL_SC_EXPORT(atomic64_dec_if_positive);
Datomic_lse.h421 static inline long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
/Linux-v4.19/lib/
Datomic64.c137 long long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
150 EXPORT_SYMBOL(atomic64_dec_if_positive);
Datomic64_test.c220 BUG_ON(atomic64_dec_if_positive(&v) != (onestwos - 1)); in test_atomic64()
225 BUG_ON(atomic64_dec_if_positive(&v) != -one); in test_atomic64()
229 BUG_ON(atomic64_dec_if_positive(&v) != (-one - one)); in test_atomic64()
/Linux-v4.19/arch/arc/include/asm/
Datomic.h498 static inline long long atomic64_dec_if_positive(atomic64_t *v)
520 #define atomic64_dec_if_positive atomic64_dec_if_positive
/Linux-v4.19/arch/arm/include/asm/
Datomic.h453 static inline long long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
479 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
/Linux-v4.19/arch/powerpc/include/asm/
Datomic.h466 static __inline__ long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
485 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
/Linux-v4.19/arch/mips/include/asm/
Datomic.h421 #define atomic64_dec_if_positive(v) atomic64_sub_if_positive(1, v) macro
/Linux-v4.19/include/linux/
Datomic.h1297 #ifndef atomic64_dec_if_positive
1298 static inline long long atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
/Linux-v4.19/arch/riscv/include/asm/
Datomic.h348 #define atomic64_dec_if_positive(v) atomic64_sub_if_positive(v, 1) macro