Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/alpha/include/asm/
Datomic.h166 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed in ATOMIC_OPS() macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
Datomic.h167 # define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Datomic.h392 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed in ATOMIC64_OPS() macro
/kernel/linux/linux-5.10/include/linux/
Datomic-fallback.h1476 #define arch_atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed
1478 #ifndef atomic64_fetch_sub_relaxed
1481 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub macro
1488 s64 ret = atomic64_fetch_sub_relaxed(i, v); in atomic64_fetch_sub_acquire()
1500 return atomic64_fetch_sub_relaxed(i, v); in atomic64_fetch_sub_release()
1511 ret = atomic64_fetch_sub_relaxed(i, v); in atomic64_fetch_sub()
1843 return atomic64_fetch_sub_relaxed(1, v); in atomic64_fetch_dec_relaxed()
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Datomic.h158 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
Datomic.h380 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed in ATOMIC64_OPS() macro
/kernel/linux/linux-5.10/include/asm-generic/
Datomic-instrumented.h1038 atomic64_fetch_sub_relaxed(s64 i, atomic64_t *v) in atomic64_fetch_sub_relaxed() function
1043 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed macro
Datomic-long.h155 return atomic64_fetch_sub_relaxed(i, v); in atomic_long_fetch_sub_relaxed()