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

/illumos-gate/usr/src/uts/common/disp/
H A Dfss.c225 * FSS_TICK_COST * (((3 * FSS_NICE_RANGE) / 2) - i)
229 * - FSS_TICK_COST is 1000, the tick cost for threads with nice level 0
316 #define FSS_TICK_COST 1000 /* tick cost for threads with nice level = 0 */ macro
877 fss_nice_tick[i] = (FSS_TICK_COST * (((3 * FSS_NICE_RANGE) / 2)

Completed in 48 milliseconds