Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsched_4bsd.c94 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_t
1636 fixpt_t
1640 fixpt_t delta; in sched_pctcpu_delta()
1650 ? ((fixpt_t) ts->ts_cpticks) << in sched_pctcpu_delta()
[all …]
H A Dtty_info.c87 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()
H A Dkern_racct.c184 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()
H A Dsched_ule.c2842 fixpt_t
2845 fixpt_t pctcpu; in sched_pctcpu()
/freebsd/usr.bin/top/
H A Dloadavg.h23 typedef fixpt_t load_avg;
/freebsd/sys/sys/
H A Dsched.h100 fixpt_t sched_pctcpu(struct thread *td);
110 fixpt_t sched_pctcpu_delta(struct thread *td);
H A Dtypes.h113 typedef __fixpt_t fixpt_t; /* fixed point number */ typedef
H A Duser.h158 fixpt_t ki_pctcpu; /* %cpu for process during ki_swtime */
/freebsd/bin/ps/
H A Dnlist.c39 fixpt_t ccpu; /* kernel _ccpu variable */
H A Dextern.h37 extern fixpt_t ccpu;
/freebsd/lib/libc/gen/
H A Dgetloadavg.c59 nelem = MIN(nelem, sizeof(loadinfo.ldavg) / sizeof(fixpt_t)); in getloadavg()
/freebsd/lib/libkvm/
H A Dkvm_getloadavg.c94 nelem = MIN(nelem, (int)(sizeof(loadinfo.ldavg) / sizeof(fixpt_t))); in kvm_getloadavg()
/freebsd/usr.bin/systat/
H A Dpigs.c111 fixpt_t ccpu; in initpigs()
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32.h377 fixpt_t ki_pctcpu;