Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/asm-generic/
H A Datomic64.h49 extern s64 atomic64_dec_if_positive(atomic64_t *v);
50 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
H A Datomic-instrumented.h1636 atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
1641 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
H A Datomic-long.h515 return atomic64_dec_if_positive(v); in atomic_long_dec_if_positive()
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Datomic_64.h63 s64 atomic64_dec_if_positive(atomic64_t *v);
64 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
/OK3568_Linux_fs/kernel/arch/sparc/lib/
H A Datomic_64.S153 ENTRY(atomic64_dec_if_positive) /* %o0 = atomic_ptr */
165 ENDPROC(atomic64_dec_if_positive)
166 EXPORT_SYMBOL(atomic64_dec_if_positive)
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Datomic.h278 static inline s64 atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
298 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Datomic.h389 static inline s64 atomic64_dec_if_positive(atomic64_t *v)
411 #define atomic64_dec_if_positive atomic64_dec_if_positive
/OK3568_Linux_fs/kernel/lib/
H A Datomic64_test.c216 BUG_ON(atomic64_dec_if_positive(&v) != (onestwos - 1)); in test_atomic64()
221 BUG_ON(atomic64_dec_if_positive(&v) != -one); in test_atomic64()
225 BUG_ON(atomic64_dec_if_positive(&v) != (-one - one)); in test_atomic64()
H A Datomic64.c133 s64 atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
146 EXPORT_SYMBOL(atomic64_dec_if_positive);
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Datomic.h481 static __inline__ s64 atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
500 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Datomic.h447 static inline s64 atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
473 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
/OK3568_Linux_fs/kernel/include/linux/
H A Datomic-fallback.h2505 #define arch_atomic64_dec_if_positive atomic64_dec_if_positive
2507 #ifndef atomic64_dec_if_positive
2509 atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
2521 #define atomic64_dec_if_positive atomic64_dec_if_positive macro
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Datomic.h99 return __lse_ll_sc_body(atomic64_dec_if_positive, v);
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Datomic.h262 #define atomic64_dec_if_positive(v) atomic64_sub_if_positive(1, v) macro
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Datomic.h353 #define atomic64_dec_if_positive(v) atomic64_sub_if_positive(v, 1) macro