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

/freebsd-13-stable/sys/kern/
H A Dsched_ule.c202 * tickincr: Converts a stathz tick into a hz domain scaled by
210 static int __read_mostly tickincr = 8 << SCHED_TICK_SHIFT; variable
1485 * tickincr is shifted out by 10 to avoid rounding errors due to
1495 tickincr = incr;
2253 td_get_sched(td)->ts_runtime += tickincr;
2447 td_get_sched(td)->ts_runtime += tickincr * cnt;

Completed in 64 milliseconds