Searched refs:arch_atomic_xchg_relaxed (Results 1 – 4 of 4) sorted by relevance
145 #define arch_atomic_xchg_relaxed(v, new) \ macro212 #define arch_atomic64_xchg_relaxed arch_atomic_xchg_relaxed
824 #ifndef arch_atomic_xchg_relaxed827 #define arch_atomic_xchg_relaxed arch_atomic_xchg macro834 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()
909 #define arch_atomic_xchg_relaxed atomic_xchg_relaxed macro
610 #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()