Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dsched_4bsd.c95 int ts_cpticks; /* (j) Ticks of cpu time. */ member
502 if (ts->ts_cpticks != 0) { in schedcpu()
505 ? ((fixpt_t) ts->ts_cpticks) << in schedcpu()
507 100 * (((fixpt_t) ts->ts_cpticks) in schedcpu()
511 (ts->ts_cpticks * in schedcpu()
514 ts->ts_cpticks = 0; in schedcpu()
713 ts->ts_cpticks++; in sched_clock()
1584 if (ts->ts_cpticks != 0) { in sched_pctcpu_delta()
1587 ? ((fixpt_t) ts->ts_cpticks) << in sched_pctcpu_delta()
1589 100 * (((fixpt_t) ts->ts_cpticks) in sched_pctcpu_delta()
[all …]