Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/xen/events/
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-6.12.1/drivers/xen/
Dgrant-table.c437 } while (!sync_try_cmpxchg(pflags, &flags, 0)); in gnttab_end_foreign_access_ref_v1()
/linux-6.12.1/include/linux/atomic/
Datomic-instrumented.h5043 #define sync_try_cmpxchg(ptr, ...) \ macro