Searched refs:ts_ticks (Results 1 – 1 of 1) sorted by relevance
102 int ts_ticks; /* Tick count */ member149 #define SCHED_TICK_HZ(ts) ((ts)->ts_ticks >> SCHED_TICK_SHIFT)1602 if (td_get_sched(td)->ts_ticks) in sched_priority()1609 pri, td->td_proc->p_nice, td_get_sched(td)->ts_ticks, in sched_priority()1731 ts->ts_ticks = 0; in sched_pctcpu_update()1734 ts->ts_ticks = (ts->ts_ticks / (ts->ts_ltick - ts->ts_ftick)) * in sched_pctcpu_update()1739 ts->ts_ticks += (t - ts->ts_ltick) << SCHED_TICK_SHIFT; in sched_pctcpu_update()2285 ts2->ts_ticks = ts->ts_ticks; in sched_fork_thread()2666 if (ts->ts_ticks) { in sched_pctcpu()