Searched refs:arch_atomic64_xchg_relaxed (Results 1 – 4 of 4) sorted by relevance
1931 #ifndef arch_atomic64_xchg_relaxed1934 #define arch_atomic64_xchg_relaxed arch_atomic64_xchg macro1941 s64 ret = arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg_acquire()1953 return arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg_release()1964 ret = arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg()
2133 #define arch_atomic64_xchg_relaxed atomic64_xchg_relaxed macro
212 #define arch_atomic64_xchg_relaxed arch_atomic_xchg_relaxed macro
1420 #if !defined(arch_atomic64_xchg_relaxed) || defined(arch_atomic64_xchg)1450 #if defined(arch_atomic64_xchg_relaxed)1455 return arch_atomic64_xchg_relaxed(v, i); in atomic64_xchg_relaxed()