Searched refs:arch_atomic_xchg_relaxed (Results 1 – 7 of 7) sorted by relevance
145 #define arch_atomic_xchg_relaxed(v, new) \ macro212 #define arch_atomic64_xchg_relaxed arch_atomic_xchg_relaxed
43 #define arch_atomic_xchg_relaxed(v, n) \ macro
301 #define arch_atomic_xchg_relaxed arch_atomic_xchg_relaxed in ATOMIC_OPS() macro
894 #ifndef arch_atomic_xchg_relaxed897 #define arch_atomic_xchg_relaxed arch_atomic_xchg macro904 int ret = arch_atomic_xchg_relaxed(v, i); in arch_atomic_xchg_acquire()916 return arch_atomic_xchg_relaxed(v, i); in arch_atomic_xchg_release()927 ret = arch_atomic_xchg_relaxed(v, i); in arch_atomic_xchg()
901 return arch_atomic_xchg_relaxed(v, i); in arch_atomic_long_xchg_relaxed()
469 return arch_atomic_xchg_relaxed(v, i); in atomic_xchg_relaxed()
195 #define arch_atomic_xchg_relaxed(v, new) \ macro
Completed in 19 milliseconds