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

/illumos-gate/usr/src/uts/common/disp/
H A Dfss.c123 * counter, the values are based on the entries in the fss_nice_tick
218 * using the fss_nice_tick array entry for the thread's nice value. The idea
219 * behind the fss_nice_tick array is that the cost of a tick is lower at
222 * increase at the minimum level. See (1b). The fss_nice_tick array is
336 static int fss_nice_tick[FSS_NICE_RANGE]; variable
868 * Fill in fss_nice_tick and fss_nice_decay arrays:
877 fss_nice_tick[i] = (FSS_TICK_COST * (((3 * FSS_NICE_RANGE) / 2)
2494 fssproj->fssp_ticks += fss_nice_tick[fssproc->fss_nice];

Completed in 460 milliseconds