Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_info.c90 int estcpu; in proc_sum() local
94 estcpu = 0; in proc_sum()
100 estcpu += sched_pctcpu(td); in proc_sum()
103 *estcpup = estcpu; in proc_sum()
H A Dsched_shim.c59 DEFINE_SHIM1(estcpu, u_int, sched_estcpu, struct thread *, td)
H A Dsched_4bsd.c1866 SLOT(estcpu),
H A Dsched_ule.c3409 SLOT(estcpu),
/freebsd/sys/sys/
H A Dsched.h286 u_int (*estcpu)(struct thread *td); member