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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Daggr_rcm.c73 CACHE_AGGR_CONSUMER_OFFLINED = 0x10 /* consumers offlined */ enumerator in enum:__anon39
672 * the CACHE_AGGR_CONSUMER_OFFLINED flags won't be set.
674 if (node->vc_state & CACHE_AGGR_CONSUMER_OFFLINED) {
1215 node->vc_state |= CACHE_AGGR_CONSUMER_OFFLINED;
1235 if (!(node->vc_state & CACHE_AGGR_CONSUMER_OFFLINED)) {
1251 node->vc_state &= ~CACHE_AGGR_CONSUMER_OFFLINED;

Completed in 319 milliseconds