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

/illumos-gate/usr/src/uts/common/disp/
H A Dfss.c86 * a) fss_decay_usage first decays the maxfsspri value for the pset. This
88 * (2b). The maxfsspri is decayed using the following formula:
90 * maxfsspri * fss_nice_decay[NZERO])
91 * maxfsspri = ------------------------------------
180 * maxfsspri
184 * - maxfsspri is the largest fsspri seen so far, as we're iterating all
935 fsspri_t fsspri, maxfsspri; local
971 maxfsspri = fsspset->fssps_maxfsspri;
975 fsspri = maxfsspri;
997 fsspri = fss_maxumdpri; /* so that maxfsspri i
1043 fsspri_t maxfsspri; local
[all...]

Completed in 47 milliseconds