Searched refs:arch_atomic_cmpxchg (Results 1 – 3 of 3) sorted by relevance
162 #define arch_atomic_cmpxchg(v, old, new) \ macro222 #define arch_atomic64_cmpxchg arch_atomic_cmpxchg
192 static __always_inline int arch_atomic_cmpxchg(atomic_t *v, int old, int new) in arch_atomic_cmpxchg() function
649 #if !defined(arch_atomic_cmpxchg_relaxed) || defined(arch_atomic_cmpxchg)654 return arch_atomic_cmpxchg(v, old, new); in atomic_cmpxchg()