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
2001 #ifndef arch_atomic64_xchg_relaxed2004 #define arch_atomic64_xchg_relaxed arch_atomic64_xchg macro2011 s64 ret = arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg_acquire()2023 return arch_atomic64_xchg_relaxed(v, i); in arch_atomic64_xchg_release()2034 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()
1047 return arch_atomic64_xchg_relaxed(v, i); in atomic64_xchg_relaxed()
212 #define arch_atomic64_xchg_relaxed arch_atomic_xchg_relaxed macro
515 #define arch_atomic64_xchg_relaxed(v, new) \ macro
Completed in 18 milliseconds