Searched refs:atomic_xchg_relaxed (Results 1 – 6 of 6) sorted by relevance
301 #define atomic_xchg_relaxed atomic_xchg_relaxed in ATOMIC_OPS() macro
909 #define arch_atomic_xchg_relaxed atomic_xchg_relaxed911 #ifndef atomic_xchg_relaxed914 #define atomic_xchg_relaxed atomic_xchg macro921 int ret = atomic_xchg_relaxed(v, i); in atomic_xchg_acquire()933 return atomic_xchg_relaxed(v, i); in atomic_xchg_release()944 ret = atomic_xchg_relaxed(v, i); in atomic_xchg()
105 atomic_xchg_relaxed(X,V) __xchg{once}(X,V)
192 #define atomic_xchg_relaxed(v, new) xchg_relaxed(&((v)->counter), (new)) macro
642 atomic_xchg_relaxed(atomic_t *v, int i) in atomic_xchg_relaxed() function647 #define atomic_xchg_relaxed atomic_xchg_relaxed macro
901 return atomic_xchg_relaxed(v, i); in atomic_long_xchg_relaxed()