Searched refs:atomic_xchg_relaxed (Results 1 – 6 of 6) sorted by relevance
303 #define atomic_xchg_relaxed atomic_xchg_relaxed in ATOMIC_OPS() macro
822 #ifndef atomic_xchg_relaxed825 #define atomic_xchg_relaxed atomic_xchg macro832 int ret = atomic_xchg_relaxed(v, i); in atomic_xchg_acquire()844 return atomic_xchg_relaxed(v, i); in atomic_xchg_release()855 ret = atomic_xchg_relaxed(v, i); in atomic_xchg()
105 atomic_xchg_relaxed(X,V) __xchg{once}(X,V)
202 #define atomic_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) macro
641 atomic_xchg_relaxed(atomic_t *v, int i) in atomic_xchg_relaxed() function646 #define atomic_xchg_relaxed atomic_xchg_relaxed macro
900 return atomic_xchg_relaxed(v, i); in atomic_long_xchg_relaxed()