Searched refs:fixpt_t (Results 1 – 14 of 14) sorted by relevance
94 fixpt_t ts_pctcpu; /* %cpu during p_swtime. */437 static fixpt_t ccpu = 0.95122942450071400909 * FSCALE; /* exp(-1/20) */463 fixpt_t loadfac = loadfactor(averunnable.ldavg[0]); in schedcpu() 512 ? ((fixpt_t) ts->ts_cpticks) << in schedcpu() 514 100 * (((fixpt_t) ts->ts_cpticks) in schedcpu() 580 fixpt_t loadfac; in updatepri() 1618 fixpt_t in sched_sizeof_thread() 1633 fixpt_t1637 fixpt_t delta; in sched_pctcpu_delta() 1647 ? ((fixpt_t) t in sched_pctcpu_delta() [all...]
87 proc_sum(struct proc *p, fixpt_t *estcpup) in proc_sum() 113 fixpt_t esta, estb; in thread_compare() 169 fixpt_t esta, estb; in proc_compare()
184 static const fixpt_t RACCT_DECAY_FACTOR = 0.3 * FSCALE;194 fixpt_t ccpu_exp[] = {324 fixpt_t pctcpu, pctcpu_next; in racct_getpcpu() 330 fixpt_t p_pctcpu; in racct_getpcpu()
2839 fixpt_t2842 fixpt_t pctcpu;
100 fixpt_t sched_pctcpu(struct thread *td);110 fixpt_t sched_pctcpu_delta(struct thread *td);
113 typedef __fixpt_t fixpt_t; /* fixed point number */ typedef
159 fixpt_t ki_pctcpu; /* %cpu for process during ki_swtime */
23 typedef fixpt_t load_avg;
39 fixpt_t ccpu; /* kernel _ccpu variable */
37 extern fixpt_t ccpu;
59 nelem = MIN(nelem, sizeof(loadinfo.ldavg) / sizeof(fixpt_t)); in getloadavg()
94 nelem = MIN(nelem, (int)(sizeof(loadinfo.ldavg) / sizeof(fixpt_t))); in kvm_getloadavg()
111 fixpt_t ccpu; in initpigs()
378 fixpt_t ki_pctcpu;