Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm64/include/asm/
Datomic.h63 #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed macro
/Linux-v4.19/arch/alpha/include/asm/
Datomic.h162 #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed in ATOMIC_OPS() macro
/Linux-v4.19/arch/mips/include/asm/
Datomic.h153 #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed macro
/Linux-v4.19/arch/powerpc/include/asm/
Datomic.h106 #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed in ATOMIC_OPS() macro
/Linux-v4.19/arch/riscv/include/asm/
Datomic.h153 #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed macro
/Linux-v4.19/arch/arm/include/asm/
Datomic.h104 #define atomic_fetch_sub_relaxed atomic_fetch_sub_relaxed macro
/Linux-v4.19/include/linux/
Datomic.h260 #ifndef atomic_fetch_sub_relaxed
261 #define atomic_fetch_sub_relaxed atomic_fetch_sub macro
288 #define atomic_fetch_dec_relaxed(v) atomic_fetch_sub_relaxed(1, (v))
/Linux-v4.19/tools/memory-model/
Dlinux-kernel.def83 atomic_fetch_sub_relaxed(V,X) __atomic_fetch_op{once}(X,-,V)