Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsched_ule.c146 #define SCHED_TICK_TARG (hz * SCHED_TICK_SECS) macro
147 #define SCHED_TICK_MAX (SCHED_TICK_TARG + hz)
1730 if ((u_int)(t - ts->ts_ltick) >= SCHED_TICK_TARG) { in sched_pctcpu_update()
1732 ts->ts_ftick = t - SCHED_TICK_TARG; in sched_pctcpu_update()
1735 (ts->ts_ltick - (t - SCHED_TICK_TARG)); in sched_pctcpu_update()
1736 ts->ts_ftick = t - SCHED_TICK_TARG; in sched_pctcpu_update()