Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/include/asm/
Datomic.h145 #define arch_atomic_xchg_relaxed(v, new) \ macro
212 #define arch_atomic64_xchg_relaxed arch_atomic_xchg_relaxed
/Linux-v5.10/include/linux/
Datomic-arch-fallback.h824 #ifndef arch_atomic_xchg_relaxed
827 #define arch_atomic_xchg_relaxed arch_atomic_xchg macro
834 int ret = arch_atomic_xchg_relaxed(v, i); in arch_atomic_xchg_acquire()
846 return arch_atomic_xchg_relaxed(v, i); in arch_atomic_xchg_release()
857 ret = arch_atomic_xchg_relaxed(v, i); in arch_atomic_xchg()
Datomic-fallback.h909 #define arch_atomic_xchg_relaxed atomic_xchg_relaxed macro
/Linux-v5.10/include/asm-generic/
Datomic-instrumented.h610 #if !defined(arch_atomic_xchg_relaxed) || defined(arch_atomic_xchg)
640 #if defined(arch_atomic_xchg_relaxed)
645 return arch_atomic_xchg_relaxed(v, i); in atomic_xchg_relaxed()