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.c98 u_int ts_ticks; /* pctcpu window's running tick count */ member
187 #define SCHED_TICK_RUN_SHIFTED(ts) ((ts)->ts_ticks)
1926 ts->ts_ticks = run ? (t_tgt << SCHED_TICK_SHIFT) : 0; in sched_pctcpu_update()
1948 ts->ts_ticks = SCHED_TICK_RUN_SHIFTED(ts) / in sched_pctcpu_update()
1954 ts->ts_ticks += lu_span << SCHED_TICK_SHIFT; in sched_pctcpu_update()
2554 ts2->ts_ticks = ts->ts_ticks; in sched_ule_fork_thread()