Home
last modified time | relevance | path

Searched refs:sync_try_cmpxchg (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/xen/events/
H A Devents_fifo.c242 } while (!sync_try_cmpxchg(word, &old, new)); in clear_masked_cond()
268 } while (!sync_try_cmpxchg(word, &old, new)); in clear_linked()
/linux/include/linux/atomic/
H A Datomic-instrumented.h5043 #define sync_try_cmpxchg(ptr, ...) \ macro