Home
last modified time | relevance | path

Searched refs:arch_atomic64_fetch_sub_relaxed (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/arch/arc/include/asm/
Datomic64-arcv2.h108 #define arch_atomic64_fetch_sub_relaxed arch_atomic64_fetch_sub_relaxed macro
/Linux-v6.6/arch/arm64/include/asm/
Datomic.h169 #define arch_atomic64_fetch_sub_relaxed arch_atomic64_fetch_sub_relaxed macro
/Linux-v6.6/arch/alpha/include/asm/
Datomic.h168 #define arch_atomic64_fetch_sub_relaxed arch_atomic64_fetch_sub_relaxed in ATOMIC_OPS() macro
/Linux-v6.6/arch/loongarch/include/asm/
Datomic.h219 #define arch_atomic64_fetch_sub_relaxed arch_atomic64_fetch_sub_relaxed macro
/Linux-v6.6/arch/mips/include/asm/
Datomic.h158 # define arch_atomic64_fetch_sub_relaxed arch_atomic64_fetch_sub_relaxed macro
/Linux-v6.6/arch/riscv/include/asm/
Datomic.h158 #define arch_atomic64_fetch_sub_relaxed arch_atomic64_fetch_sub_relaxed macro
/Linux-v6.6/arch/powerpc/include/asm/
Datomic.h277 #define arch_atomic64_fetch_sub_relaxed arch_atomic64_fetch_sub_relaxed in ATOMIC64_OPS() macro
/Linux-v6.6/arch/arm/include/asm/
Datomic.h387 #define arch_atomic64_fetch_sub_relaxed arch_atomic64_fetch_sub_relaxed in ATOMIC64_OPS() macro
/Linux-v6.6/include/linux/atomic/
Datomic-arch-fallback.h2990 #elif defined(arch_atomic64_fetch_sub_relaxed) in raw_atomic64_fetch_sub()
2993 ret = arch_atomic64_fetch_sub_relaxed(i, v); in raw_atomic64_fetch_sub()
3017 #elif defined(arch_atomic64_fetch_sub_relaxed) in raw_atomic64_fetch_sub_acquire()
3018 s64 ret = arch_atomic64_fetch_sub_relaxed(i, v); in raw_atomic64_fetch_sub_acquire()
3044 #elif defined(arch_atomic64_fetch_sub_relaxed) in raw_atomic64_fetch_sub_release()
3046 return arch_atomic64_fetch_sub_relaxed(i, v); in raw_atomic64_fetch_sub_release()
3068 #if defined(arch_atomic64_fetch_sub_relaxed) in raw_atomic64_fetch_sub_relaxed()
3069 return arch_atomic64_fetch_sub_relaxed(i, v); in raw_atomic64_fetch_sub_relaxed()