Searched defs:atomic_swap (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.h147 #define atomic_swap xmem_bu macro
231 volatile uchar_t cc_inuse; /* atomic_swap(CC_INUSE, cc_inuse) */
232 volatile uchar_t cc_pageio; /* atomic_swap(CC_PAGEIO, cc_pageio) */
658 ((centry)->cc_inuse || atomic_swap(CC_INUSE, &(centry)->cc_inuse))
677 ((centry)->cc_pageio || atomic_swap(CC_PAGEIO, &(centry)->cc_pageio))

Completed in 82 milliseconds