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

/freebsd-10.1-release/sys/kern/
H A Dsched_4bsd.c94 fixpt_t ts_pctcpu; /* (j) %cpu during p_swtime. */ member in struct:td_sched
387 * 95% of (ts_pctcpu) usage in 60 seconds (load insensitive)
452 /* decay 95% of `ts_pctcpu' in 60 seconds; see CCPU_SHIFT before changing */
516 * ts_pctcpu is only for ps and ttyinfo().
518 ts->ts_pctcpu = (ts->ts_pctcpu * ccpu) >> FSHIFT;
526 ts->ts_pctcpu += (realstathz == 100)
532 ts->ts_pctcpu += ((FSCALE - ccpu) *
1586 return (ts->ts_pctcpu);

Completed in 50 milliseconds