Searched refs:sync_cmpxchg (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/arm64/include/asm/
H A Dsync_bitops.h24 #define sync_cmpxchg cmpxchg macro
/linux-4.4.14/arch/arm/include/asm/
H A Dsync_bitops.h23 #define sync_cmpxchg cmpxchg macro
/linux-4.4.14/drivers/xen/events/
H A Devents_fifo.c241 w = sync_cmpxchg(word, old, new); clear_masked()
268 } while ((w = sync_cmpxchg(word, old, new)) != old); clear_linked()
/linux-4.4.14/arch/x86/include/asm/
H A Dcmpxchg.h149 #define sync_cmpxchg(ptr, old, new) \ macro
/linux-4.4.14/drivers/xen/
H A Dgrant-table.c280 } while ((nflags = sync_cmpxchg(pflags, flags, 0)) != flags); gnttab_end_foreign_access_ref_v1()
427 if (sync_cmpxchg(pflags, flags, 0) == flags) gnttab_end_foreign_transfer_ref_v1()

Completed in 220 milliseconds