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

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c3381 } ec_action[] = { /* states of the E$ line in M P B */ variable in typeref:struct:__anon9775
3393 * Offsets into the ec_action[] that determines clean_good_busy and
3587 if (ec_action[mpb].ec_flush == ALWAYS_FLUSH) {
3590 (ec_action[mpb].ec_flush == MIRROR_FLUSH)) {
3592 } else if (ec_action[mpb].ec_flush == NEVER_FLUSH) {
3611 if (ec_action[mpb].ec_log && (ecache_scrub_verbose ||
3904 if (mpb < (sizeof (ec_action) / sizeof (ec_action[0]))) {
3905 spf_flt.flt_type = ec_action[mpb].ec_log_type;

Completed in 51 milliseconds