Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsched_4bsd.c98 int ts_cpticks; /* Ticks of cpu time. */ member
511 if (ts->ts_cpticks != 0) { in schedcpu()
514 ? ((fixpt_t) ts->ts_cpticks) << in schedcpu()
516 100 * (((fixpt_t) ts->ts_cpticks) in schedcpu()
520 (ts->ts_cpticks * in schedcpu()
523 ts->ts_cpticks = 0; in schedcpu()
722 ts->ts_cpticks++; in sched_clock_tick()
1610 if (ts->ts_cpticks != 0) { in sched_pctcpu_delta()
1613 ? ((fixpt_t) ts->ts_cpticks) << in sched_pctcpu_delta()
1615 100 * (((fixpt_t) ts->ts_cpticks) in sched_pctcpu_delta()
[all …]