Home
last modified time | relevance | path

Searched defs:atomic64_dec_if_positive (Results 1 – 10 of 10) sorted by relevance

/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/include/asm-generic/
H A Datomic64.h50 #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
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Datomic_64.h64 #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/lib/
H A Datomic64.c133 s64 atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
/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/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
/OK3568_Linux_fs/kernel/include/linux/
H A Datomic-fallback.h2509 atomic64_dec_if_positive(atomic64_t *v) in atomic64_dec_if_positive() function
2521 #define atomic64_dec_if_positive atomic64_dec_if_positive macro