Searched refs:sync_try_cmpxchg (Results 1 – 2 of 2) sorted by relevance
242 } while (!sync_try_cmpxchg(word, &old, new)); in clear_masked_cond() 268 } while (!sync_try_cmpxchg(word, &old, new)); in clear_linked()
5043 #define sync_try_cmpxchg(ptr, ...) \ macro