Searched defs:arch_cmpxchg (Results 1 – 2 of 2) sorted by relevance
192 #define arch_cmpxchg(...) __cmpxchg_wrapper( _mb, __VA_ARGS__) macro
148 #define arch_cmpxchg(ptr, old, new) \ macro