Searched refs:__raw_try_cmpxchg (Results 1 – 2 of 2) sorted by relevance
20 #define __raw_try_cmpxchg(_ptr, _old_ptr, _new, size) \ macro81 __raw_try_cmpxchg((ptr), (old_ptr), (new), sizeof(*ptr))
5 bool success = __raw_try_cmpxchg(ptr, old_ptr, *new_ptr, 8); in __try_cmpxchg_q()