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

/freebsd-10.1-release/sys/kern/
H A Dtty_info.c92 estcpu += sched_pctcpu(td);
116 esta = sched_pctcpu(td);
120 estb = sched_pctcpu(td2);
292 pctcpu = (sched_pctcpu(td) * 10000 + FSCALE / 2) >> FSHIFT;
H A Dkern_racct.c326 * For short-lived processes, the sched_pctcpu() returns small
350 pctcpu = sched_pctcpu(td);
358 * sched_pctcpu() call. So special calculations to
362 p_pctcpu += sched_pctcpu(td);
H A Dkern_proc.c775 kp->ki_pctcpu += sched_pctcpu(td);
997 kp->ki_pctcpu = sched_pctcpu(td);
H A Dsched_4bsd.c1580 sched_pctcpu(struct thread *td) function
H A Dsched_ule.c2450 sched_pctcpu(struct thread *td) function
/freebsd-10.1-release/sys/sys/
H A Dsched.h96 fixpt_t sched_pctcpu(struct thread *td);

Completed in 115 milliseconds