Home
last modified time | relevance | path

Searched refs:fixpt_t (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/kern/
H A Dsched_4bsd.c96 fixpt_t ts_pctcpu; /* %cpu during p_swtime. */
439 static fixpt_t ccpu = 0.95122942450071400909 * FSCALE; /* exp(-1/20) */
465 fixpt_t loadfac = loadfactor(averunnable.ldavg[0]); in schedcpu()
514 ? ((fixpt_t) ts->ts_cpticks) << in schedcpu()
516 100 * (((fixpt_t) ts->ts_cpticks) in schedcpu()
582 fixpt_t loadfac; in updatepri()
1584 fixpt_t
1599 fixpt_t
1603 fixpt_t delta; in sched_pctcpu_delta()
1613 ? ((fixpt_t) ts->ts_cpticks) << in sched_pctcpu_delta()
[all …]
H A Dtty_info.c89 proc_sum(struct proc *p, fixpt_t *estcpup) in proc_sum()
115 fixpt_t esta, estb; in thread_compare()
171 fixpt_t esta, estb; in proc_compare()
H A Dkern_racct.c191 static const fixpt_t RACCT_DECAY_FACTOR = 0.3 * FSCALE;
201 fixpt_t ccpu_exp[] = {
331 fixpt_t pctcpu, pctcpu_next; in racct_getpcpu()
337 fixpt_t p_pctcpu; in racct_getpcpu()
H A Dkern_synch.c90 static fixpt_t cexp[3] = {
H A Dsched_ule.c2655 fixpt_t
2658 fixpt_t pctcpu; in sched_pctcpu()
/f-stack/freebsd/sys/
H A Dsched.h100 fixpt_t sched_pctcpu(struct thread *td);
110 fixpt_t sched_pctcpu_delta(struct thread *td);
H A Dtypes.h116 typedef __fixpt_t fixpt_t; /* fixed point number */ typedef
H A Duser.h161 fixpt_t ki_pctcpu; /* %cpu for process during ki_swtime */
/f-stack/tools/compat/include/sys/
H A D_types.h112 typedef __fixpt_t fixpt_t; /* fixed point number */ typedef
H A Duser.h160 fixpt_t ki_pctcpu; /* %cpu for process during ki_swtime */