Searched refs:atomic_xchg (Results 1 – 4 of 4) sorted by relevance
195 #define atomic_xchg(ptr, v) (xchg(&(ptr)->counter, (v))) macro
611 atomic_xchg(atomic_t *v, int i) in atomic_xchg() function616 #define atomic_xchg atomic_xchg macro
882 return atomic_xchg(v, i); in atomic_long_xchg()
823 #define atomic_xchg_acquire atomic_xchg824 #define atomic_xchg_release atomic_xchg825 #define atomic_xchg_relaxed atomic_xchg849 #ifndef atomic_xchg851 atomic_xchg(atomic_t *v, int i) in atomic_xchg() function859 #define atomic_xchg atomic_xchg macro