Searched refs:sync_try_cmpxchg (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/xen/events/
H A Devents_fifo.c242 } while (!sync_try_cmpxchg(word, &old, new));
268 } while (!sync_try_cmpxchg(word, &old, new));
/linux-master/drivers/xen/
H A Dgrant-table.c437 } while (!sync_try_cmpxchg(pflags, &flags, 0));
/linux-master/include/linux/atomic/
H A Datomic-instrumented.h5043 #define sync_try_cmpxchg(ptr, ...) \ macro

Completed in 137 milliseconds