Home
last modified time | relevance | path

Searched refs:arch_atomic64_dec_if_positive (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Datomic.h97 static __always_inline long arch_atomic64_dec_if_positive(atomic64_t *v)
224 #define arch_atomic64_dec_if_positive arch_atomic64_dec_if_positive macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Datomic64_32.h260 static inline s64 arch_atomic64_dec_if_positive(atomic64_t *v) in arch_atomic64_dec_if_positive() function
267 #define arch_atomic64_dec_if_positive arch_atomic64_dec_if_positive macro
/OK3568_Linux_fs/kernel/include/linux/
H A Datomic-arch-fallback.h2273 #ifndef arch_atomic64_dec_if_positive
2275 arch_atomic64_dec_if_positive(atomic64_t *v) in arch_atomic64_dec_if_positive() function
2287 #define arch_atomic64_dec_if_positive arch_atomic64_dec_if_positive macro
H A Datomic-fallback.h2505 #define arch_atomic64_dec_if_positive atomic64_dec_if_positive macro
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Datomic-instrumented.h1634 #if defined(arch_atomic64_dec_if_positive)
1639 return arch_atomic64_dec_if_positive(v); in atomic64_dec_if_positive()