Searched refs:fixpt_t (Results 1 – 12 of 12) 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()1621 fixpt_t1636 fixpt_t1640 fixpt_t delta; in sched_pctcpu_delta()1650 ? ((fixpt_t) ts->ts_cpticks) << 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()
2842 fixpt_t2845 fixpt_t pctcpu; in sched_pctcpu()
100 fixpt_t sched_pctcpu(struct thread *td);110 fixpt_t sched_pctcpu_delta(struct thread *td);
115 typedef __fixpt_t fixpt_t; /* fixed point number */ typedef
161 fixpt_t ki_pctcpu; /* %cpu for process during ki_swtime */
23 typedef fixpt_t load_avg;
61 nelem = MIN(nelem, sizeof(loadinfo.ldavg) / sizeof(fixpt_t)); in getloadavg()
96 nelem = MIN(nelem, (int)(sizeof(loadinfo.ldavg) / sizeof(fixpt_t))); in kvm_getloadavg()
117 fixpt_t ccpu; in initpigs()
378 fixpt_t ki_pctcpu;