Searched refs:sync_try_cmpxchg (Results 1 – 3 of 3) 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()
437 } while (!sync_try_cmpxchg(pflags, &flags, 0)); in gnttab_end_foreign_access_ref_v1()
5043 #define sync_try_cmpxchg(ptr, ...) \ macro