Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsched_4bsd.c100 int ts_slice; /* Remaining part of time slice. */ member
677 td_get_sched(&thread0)->ts_slice = sched_slice; in schedinit()
733 if (!TD_IS_IDLETHREAD(td) && --ts->ts_slice <= 0) { in sched_clock_tick()
734 ts->ts_slice = sched_slice; in sched_clock_tick()
803 ts->ts_slice = 1; in sched_fork_thread()
1124 ts->ts_slice = sched_slice; in sched_wakeup()
H A Dsched_ule.c97 int ts_slice; /* Ticks of slice remaining. */ member
1698 ts0->ts_slice = 0; in schedinit()
2234 ts->ts_slice = 0; in sched_wakeup()
2298 ts2->ts_slice = tdq_slice(tdq) - sched_slice_min; in sched_fork_thread()
2456 ts->ts_slice += cnt; in sched_clock()
2457 if (ts->ts_slice >= tdq_slice(tdq)) { in sched_clock()
2458 ts->ts_slice = 0; in sched_clock()