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

/illumos-gate/usr/src/uts/common/disp/
H A Dfss.c152 * fsspri * fss_nice_decay[nice_value])
153 * fsspri = ------------------------------------
164 * The process's new internal fsspri is calculated using the following
168 * fsspri += shusage * nrunnable * ticks
178 * (fsspri * umdprirange)
184 * - maxfsspri is the largest fsspri seen so far, as we're iterating all
187 * Thus, a higher internal priority (fsspri) leads to a lower user-mode
188 * priority which means the thread runs less. The fsspri is higher when
327 #define FSS_DECAY_MIN 83 /* fsspri decay pct for threads w/ nice -20 */
328 #define FSS_DECAY_MAX 108 /* fsspri deca
935 fsspri_t fsspri, maxfsspri; local
1357 fsspri_t fsspri; local
[all...]

Completed in 45 milliseconds