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

/freebsd-11-stable/sys/amd64/include/xen/
H A Dsynch_bitops.h65 #define synch_cmpxchg(ptr, old, new) \ macro
/freebsd-11-stable/sys/i386/include/xen/
H A Dsynch_bitops.h65 #define synch_cmpxchg(ptr, old, new) \ macro
/freebsd-11-stable/sys/dev/xen/grant_table/
H A Dgrant_table.c193 } while ((nflags = synch_cmpxchg(&shared[ref].flags, flags, 0)) !=
289 if ( synch_cmpxchg(&shared[ref].flags, flags, 0) == flags )

Completed in 123 milliseconds