Searched refs:arch_atomic64_xchg_relaxed (Results 1 – 6 of 6) sorted by relevance
427 static inline s64 arch_atomic64_xchg_relaxed(atomic64_t *ptr, s64 new) in arch_atomic64_xchg_relaxed() function445 #define arch_atomic64_xchg_relaxed arch_atomic64_xchg_relaxed macro
212 #define arch_atomic64_xchg_relaxed arch_atomic_xchg_relaxed macro
2099 #ifndef arch_atomic64_xchg_relaxed2102 #define arch_atomic64_xchg_relaxed arch_atomic64_xchg macro2109 s64 ret = arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg_acquire()2121 return arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg_release()2132 ret = arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg()
407 return arch_atomic64_xchg_relaxed(v, i); in arch_atomic_long_xchg_relaxed()
1115 return arch_atomic64_xchg_relaxed(v, i); in atomic64_xchg_relaxed()
421 #define arch_atomic64_xchg_relaxed(v, new) \ macro