Searched refs:SCHED_TICK_TARG (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Dsched_ule.c135 * SCHED_TICK_TARG: Number of hz ticks to average the cpu usage across.
142 #define SCHED_TICK_TARG (hz * SCHED_TICK_SECS) macro
143 #define SCHED_TICK_MAX (SCHED_TICK_TARG + hz)
1637 if (t - ts->ts_ltick >= SCHED_TICK_TARG) {
1639 ts->ts_ftick = t - SCHED_TICK_TARG;
1642 (ts->ts_ltick - (t - SCHED_TICK_TARG));
1643 ts->ts_ftick = t - SCHED_TICK_TARG;

Completed in 56 milliseconds