Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.h232 volatile uchar_t cc_pageio; /* atomic_swap(CC_PAGEIO, cc_pageio) */ member
675 #define CENTRY_PAGEIO(centry) ((centry)->cc_pageio)
677 ((centry)->cc_pageio || atomic_swap(CC_PAGEIO, &(centry)->cc_pageio))
686 (centry)->cc_pageio = 0; \
H A Dsd_bcache.c876 centry->cc_inuse = centry->cc_pageio = 0; in _sdbc_mem_configure()
/titanic_41/usr/src/cmd/mdb/common/modules/sdbc/
H A Dsdbc.c1707 (opt_p && (centry.cc_pageio)) || in sdbc_cctl()
1738 centry.cc_inuse, centry.cc_pageio, in sdbc_cctl()