Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsched_ule.c100 int ts_ticks; /* Tick count */ member
147 #define SCHED_TICK_HZ(ts) ((ts)->ts_ticks >> SCHED_TICK_SHIFT)
1683 if (td_get_sched(td)->ts_ticks) in sched_priority()
1690 pri, td->td_proc->p_nice, td_get_sched(td)->ts_ticks, in sched_priority()
1832 ts->ts_ticks = 0; in sched_pctcpu_update()
1835 ts->ts_ticks = (ts->ts_ticks / (ts->ts_ltick - ts->ts_ftick)) * in sched_pctcpu_update()
1840 ts->ts_ticks += (t - ts->ts_ltick) << SCHED_TICK_SHIFT; in sched_pctcpu_update()
2437 ts2->ts_ticks = ts->ts_ticks; in sched_fork_thread()
2853 if (ts->ts_ticks) { in sched_pctcpu()