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

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dspitfire.c4166 int ecc_softerr_limit = SOFTERR_LIMIT_DEFAULT; variable
4255 * (ecc_softerr_interval * 60 * MICROSEC) / ecc_softerr_limit
4259 * in microseconds. Divide this total by ecc_softerr_limit so that
4263 if (ecc_softerr_limit <= 0)
4264 ecc_softerr_limit = SOFTERR_LIMIT_DEFAULT;
4269 ecc_softerr_limit;
4388 if (new_value > ecc_softerr_limit) {
4394 ecc_softerr_limit,

Completed in 53 milliseconds