Home
last modified time | relevance | path

Searched refs:atomic_xchg_relaxed (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/arm64/include/asm/
Datomic.h88 #define atomic_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) macro
150 #define atomic64_xchg_relaxed atomic_xchg_relaxed
/Linux-v4.19/tools/memory-model/
Dlinux-kernel.def97 atomic_xchg_relaxed(X,V) __xchg{once}(X,V)
/Linux-v4.19/include/linux/
Datomic.h424 #ifndef atomic_xchg_relaxed
425 #define atomic_xchg_relaxed atomic_xchg macro
/Linux-v4.19/arch/powerpc/include/asm/
Datomic.h202 #define atomic_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) macro