Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dtty_info.c102 estcpu += sched_pctcpu(td); in proc_sum()
126 esta = sched_pctcpu(td); in thread_compare()
130 estb = sched_pctcpu(td2); in thread_compare()
365 pctcpu = (sched_pctcpu(td) * 10000 + FSCALE / 2) >> FSHIFT; in tty_info()
H A Dkern_racct.c375 pctcpu = sched_pctcpu(td); in racct_getpcpu()
387 p_pctcpu += sched_pctcpu(td); in racct_getpcpu()
H A Dsched_4bsd.c1585 sched_pctcpu(struct thread *td) in sched_pctcpu() function
H A Dkern_proc.c1035 kp->ki_pctcpu += sched_pctcpu(td); in fill_kinfo_aggregate()
1305 kp->ki_pctcpu = sched_pctcpu(td); in fill_kinfo_thread()
H A Dsched_ule.c2656 sched_pctcpu(struct thread *td) in sched_pctcpu() function
/f-stack/freebsd/sys/
H A Dsched.h100 fixpt_t sched_pctcpu(struct thread *td);