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

/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.h191 * "cc_iostatus" is set by flusher without holding cc_lock,
192 * writer will set CC_PEND_DIRTY if cc_iostatus is set.
193 * Thus "cc_inuse", "cc_iostatus" and "cc_pageio" are volatile.
235 volatile uchar_t cc_iostatus; /* status of io */ member in struct:_sd_cctl
704 #define CENTRY_IO_INPROGRESS(centry) ((centry)->cc_iostatus)

Completed in 63 milliseconds