fixpt_t
extern fixpt_t ccpu;
fixpt_t ccpu; /* kernel _ccpu variable */
nelem = MIN(nelem, sizeof(loadinfo.ldavg) / sizeof(fixpt_t));
nelem = MIN(nelem, (int)(sizeof(loadinfo.ldavg) / sizeof(fixpt_t)));
fixpt_t ki_pctcpu;
static const fixpt_t RACCT_DECAY_FACTOR = 0.3 * FSCALE;
static fixpt_t
extern fixpt_t ccpu;
fixpt_t loadfac = loadfactor(averunnable.ldavg[0]);
? ((fixpt_t) ts->ts_cpticks) <<
100 * (((fixpt_t) ts->ts_cpticks)
fixpt_t loadfac;
fixpt_t ts_pctcpu; /* %cpu during p_swtime. */
fixpt_t ccpu;
DEFINE_SHIM1(pctcpu, fixpt_t, sched_pctcpu, struct thread *, td)
static fixpt_t
fixpt_t pctcpu;
fixpt_t esta, estb;
fixpt_t esta, estb;
proc_sum(struct proc *p, fixpt_t *estcpup)
fixpt_t sched_pctcpu(struct thread *td);
fixpt_t (*pctcpu)(struct thread *td);
fixpt_t ki_pctcpu; /* %cpu for process during ki_swtime */
fixpt_t ccpu;
typedef fixpt_t load_avg;