Symbol: fixpt_t
bin/ps/nlist.c
124
fixpt_t xccpu;
bin/ps/nlist.c
169
fixpt_t xccpu;
lib/libkvm/kvm_getloadavg.c
101
nelem = MIN(nelem, sizeof(loadinfo.ldavg) / sizeof(fixpt_t));
sys/compat/netbsd32/netbsd32.h
472
fixpt_t ldavg[3];
sys/kern/init_sysctl.c
148
extern fixpt_t ccpu; /* defined in kern/kern_synch.c */
sys/kern/kern_synch.c
1123
const fixpt_t ccpu = 0.95122942450071400909 * FSCALE;
sys/kern/kern_synch.c
1129
static const fixpt_t cexp[ ] = {
sys/kern/kern_synch.c
1169
fixpt_t lpctcpu;
sys/kern/sched_4bsd.c
273
static fixpt_t
sys/kern/sched_4bsd.c
274
decay_cpu(fixpt_t loadfac, fixpt_t estcpu)
sys/kern/sched_4bsd.c
283
#define FIXPT_MAX ((fixpt_t)((UINTMAX_C(1) << sizeof(fixpt_t) * CHAR_BIT) - 1))
sys/kern/sched_4bsd.c
292
static fixpt_t
sys/kern/sched_4bsd.c
293
decay_cpu_batch(fixpt_t loadfac, fixpt_t estcpu, unsigned int n)
sys/kern/sched_4bsd.c
325
fixpt_t loadfac;
sys/kern/sched_4bsd.c
350
fixpt_t loadfac;
sys/kern/sched_4bsd.c
465
fixpt_t loadfac = loadfactor(averunnable.ldavg[0]);
sys/kern/sched_4bsd.c
466
fixpt_t estcpu;
sys/kern/tty.c
2647
fixpt_t pctcpu = 0;
sys/sys/lwp.h
122
fixpt_t l_pctcpu; /* p: %cpu during l_swtime */
sys/sys/lwp.h
123
fixpt_t l_estcpu; /* l: cpu time for SCHED_4BSD */
sys/sys/proc.h
285
fixpt_t p_estcpu; /* p: Time avg. value of p_cpticks */
sys/sys/proc.h
286
fixpt_t p_estcpu_inherited; /* p: cpu inherited from children */
sys/sys/proc.h
288
fixpt_t p_pctcpu; /* p: %cpu from dead LWPs */
sys/sys/resource.h
141
fixpt_t ldavg[3];
usr.bin/systat/pigs.c
147
fixpt_t ccpu;