Searched refs:atomic64_xchg_relaxed (Results 1 – 3 of 3) sorted by relevance
1932 #ifndef atomic64_xchg_relaxed1935 #define atomic64_xchg_relaxed atomic64_xchg macro1942 s64 ret = atomic64_xchg_relaxed(v, i); in atomic64_xchg_acquire()1954 return atomic64_xchg_relaxed(v, i); in atomic64_xchg_release()1965 ret = atomic64_xchg_relaxed(v, i); in atomic64_xchg()
1451 atomic64_xchg_relaxed(atomic64_t *v, s64 i) in atomic64_xchg_relaxed() function1456 #define atomic64_xchg_relaxed atomic64_xchg_relaxed macro
406 return atomic64_xchg_relaxed(v, i); in atomic_long_xchg_relaxed()