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

/freebsd-9.3-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.c771 kp->ki_pctcpu += sched_pctcpu(td);
992 kp->ki_pctcpu = sched_pctcpu(td);
H A Dsched_4bsd.c1579 sched_pctcpu(struct thread *td) function
H A Dsched_ule.c2404 sched_pctcpu(struct thread *td) function
/freebsd-9.3-release/sys/sys/
H A Dsched.h96 fixpt_t sched_pctcpu(struct thread *td);

Completed in 126 milliseconds