Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Datomic.h125 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed macro
/Linux-v4.19/arch/alpha/include/asm/
Datomic.h167 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed in ATOMIC_OPS() macro
/Linux-v4.19/arch/mips/include/asm/
Datomic.h346 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed macro
/Linux-v4.19/arch/powerpc/include/asm/
Datomic.h377 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed in ATOMIC64_OPS() macro
/Linux-v4.19/arch/riscv/include/asm/
Datomic.h164 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed macro
/Linux-v4.19/arch/arm/include/asm/
Datomic.h385 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub_relaxed in ATOMIC64_OPS() macro
/Linux-v4.19/include/linux/
Datomic.h917 #ifndef atomic64_fetch_sub_relaxed
918 #define atomic64_fetch_sub_relaxed atomic64_fetch_sub macro
945 #define atomic64_fetch_dec_relaxed(v) atomic64_fetch_sub_relaxed(1, (v))