Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/include/asm/
Datomic.h97 static inline long arch_atomic64_dec_if_positive(atomic64_t *v)
226 #define arch_atomic64_dec_if_positive arch_atomic64_dec_if_positive macro
/Linux-v5.4/arch/x86/include/asm/
Datomic64_32.h255 static inline s64 arch_atomic64_dec_if_positive(atomic64_t *v) in arch_atomic64_dec_if_positive() function
262 #define arch_atomic64_dec_if_positive arch_atomic64_dec_if_positive macro
/Linux-v5.4/include/asm-generic/
Datomic-instrumented.h1633 #if defined(arch_atomic64_dec_if_positive)
1638 return arch_atomic64_dec_if_positive(v); in atomic64_dec_if_positive()