Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsched_ule.c210 static int __read_mostly tickincr = 8 << SCHED_TICK_SHIFT; variable
1495 tickincr = incr; in sched_initticks()
2253 td_get_sched(td)->ts_runtime += tickincr; in sched_fork()
2447 td_get_sched(td)->ts_runtime += tickincr * cnt; in sched_clock()