Searched refs:arch_cmpxchg_relaxed (Results 1 – 3 of 3) sorted by relevance
189 #define arch_cmpxchg_relaxed(...) __cmpxchg_wrapper( , __VA_ARGS__) macro193 #define arch_cmpxchg_local arch_cmpxchg_relaxed196 #define arch_cmpxchg64_relaxed arch_cmpxchg_relaxed
157 arch_cmpxchg_relaxed(&((v)->counter), (old), (new))
1679 #if !defined(arch_cmpxchg_relaxed) || defined(arch_cmpxchg)1706 #if defined(arch_cmpxchg_relaxed)1711 arch_cmpxchg_relaxed(__ai_ptr, __VA_ARGS__); \