Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dsched_4bsd.c98 int ts_slice; /* Remaining part of time slice. */ member
675 td_get_sched(&thread0)->ts_slice = sched_slice; in schedinit()
742 if (!TD_IS_IDLETHREAD(td) && --ts->ts_slice <= 0) { in sched_clock_tick()
743 ts->ts_slice = sched_slice; in sched_clock_tick()
827 ts->ts_slice = 1; in sched_fork_thread()
1147 ts->ts_slice = sched_slice; in sched_wakeup()
H A Dsched_ule.c95 int ts_slice; /* Ticks of slice remaining. */ member
1779 ts0->ts_slice = 0; in schedinit()
2386 ts->ts_slice = 0; in sched_wakeup()
2450 ts2->ts_slice = tdq_slice(tdq) - sched_slice_min; in sched_fork_thread()
2625 ts->ts_slice += cnt; in sched_clock()
2626 if (ts->ts_slice >= td_slice(td, tdq)) { in sched_clock()
2627 ts->ts_slice = 0; in sched_clock()