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

/freebsd-10-stable/sys/kern/
H A Dsched_ule.c134 * SCHED_TICK_SECS: Number of seconds to average the cpu usage across.
141 #define SCHED_TICK_SECS 10 macro
142 #define SCHED_TICK_TARG (hz * SCHED_TICK_SECS)
2483 rtick = min(SCHED_TICK_HZ(ts) / SCHED_TICK_SECS, hz);

Completed in 84 milliseconds