Home
last modified time | relevance | path

Searched refs:atomic64_fetch_sub_relaxed (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/arch/alpha/include/asm/
Datomic.h167 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed in ATOMIC_OPS() macro
/Linux-v5.4/arch/mips/include/asm/
Datomic.h361 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed macro
/Linux-v5.4/arch/powerpc/include/asm/
Datomic.h377 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed in ATOMIC64_OPS() macro
/Linux-v5.4/include/linux/
Datomic-fallback.h1332 #ifndef atomic64_fetch_sub_relaxed
1335 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub macro
1342 s64 ret = atomic64_fetch_sub_relaxed(i, v); in atomic64_fetch_sub_acquire()
1354 return atomic64_fetch_sub_relaxed(i, v); in atomic64_fetch_sub_release()
1365 ret = atomic64_fetch_sub_relaxed(i, v); in atomic64_fetch_sub()
1673 return atomic64_fetch_sub_relaxed(1, v); in atomic64_fetch_dec_relaxed()
/Linux-v5.4/arch/riscv/include/asm/
Datomic.h160 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed macro
/Linux-v5.4/arch/arm/include/asm/
Datomic.h382 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed in ATOMIC64_OPS() macro
/Linux-v5.4/include/asm-generic/
Datomic-instrumented.h1037 atomic64_fetch_sub_relaxed(s64 i, atomic64_t *v) in atomic64_fetch_sub_relaxed() function
1042 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed macro
Datomic-long.h154 return atomic64_fetch_sub_relaxed(i, v); in atomic_long_fetch_sub_relaxed()