Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsched_4bsd.c96 fixpt_t ts_pctcpu; /* %cpu during p_swtime. */ member
505 ts->ts_pctcpu = (ts->ts_pctcpu * ccpu) >> FSHIFT; in schedcpu()
513 ts->ts_pctcpu += (realstathz == 100) in schedcpu()
519 ts->ts_pctcpu += ((FSCALE - ccpu) * in schedcpu()
1591 return (ts->ts_pctcpu); in sched_pctcpu()