Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dtty_info.c119 * Fetch running stats, pctcpu usage, and interruptable flag. in thread_compare()
293 int load, pctcpu; in tty_info() local
367 pctcpu = (sched_pctcpu(td) * 10000 + FSCALE / 2) >> FSHIFT; in tty_info()
394 pctcpu / 100, rss); in tty_info()
H A Dsched_shim.c70 DEFINE_SHIM1(pctcpu, fixpt_t, sched_pctcpu, struct thread *, td)
H A Dsched_ule.c2958 fixpt_t pctcpu; in sched_ule_pctcpu() local
2964 pctcpu = ((FSHIFT >= SCHED_TICK_SHIFT ? /* Resolved at compile-time. */ in sched_ule_pctcpu()
2968 return (pctcpu); in sched_ule_pctcpu()
3415 SLOT(pctcpu),
H A Dsched_4bsd.c1872 SLOT(pctcpu),
/freebsd/usr.bin/top/
H A Dloadavg.h20 typedef long pctcpu; typedef
/freebsd/sys/sys/
H A Dsched.h292 fixpt_t (*pctcpu)(struct thread *td); member