Searched refs:fixpt_t (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/bin/ps/
H A Dnlist.c46 fixpt_t ccpu; /* kernel _ccpu variable */
H A Dextern.h38 extern fixpt_t ccpu;
/freebsd-10-stable/contrib/top/
H A Dloadavg.h50 typedef fixpt_t load_avg;
/freebsd-10-stable/lib/libc/gen/
H A Dgetloadavg.c65 nelem = MIN(nelem, sizeof(loadinfo.ldavg) / sizeof(fixpt_t));
/freebsd-10-stable/lib/libkvm/
H A Dkvm_getloadavg.c95 nelem = MIN(nelem, (int)(sizeof(loadinfo.ldavg) / sizeof(fixpt_t)));
/freebsd-10-stable/sys/sys/
H A Dsched.h96 fixpt_t sched_pctcpu(struct thread *td);
108 fixpt_t sched_pctcpu_delta(struct thread *td);
H A Dtypes.h114 typedef __fixpt_t fixpt_t; /* fixed point number */ typedef
H A Duser.h159 fixpt_t ki_pctcpu; /* %cpu for process during ki_swtime */
/freebsd-10-stable/sys/kern/
H A Dtty_info.c79 proc_sum(struct proc *p, fixpt_t *estcpup)
105 fixpt_t esta, estb;
161 fixpt_t esta, estb;
H A Dsched_4bsd.c94 fixpt_t ts_pctcpu; /* (j) %cpu during p_swtime. */
431 static fixpt_t ccpu = 0.95122942450071400909 * FSCALE; /* exp(-1/20) */
456 register fixpt_t loadfac = loadfactor(averunnable.ldavg[0]);
505 ? ((fixpt_t) ts->ts_cpticks) <<
507 100 * (((fixpt_t) ts->ts_cpticks)
573 fixpt_t loadfac;
1558 fixpt_t
1573 fixpt_t
1577 fixpt_t delta;
1587 ? ((fixpt_t) t
[all...]
H A Dkern_racct.c178 static const fixpt_t RACCT_DECAY_FACTOR = 0.3 * FSCALE;
188 fixpt_t ccpu_exp[] = {
318 fixpt_t pctcpu, pctcpu_next;
324 fixpt_t p_pctcpu;
H A Dkern_synch.c91 static fixpt_t cexp[3] = {
H A Dsched_ule.c2466 fixpt_t
2469 fixpt_t pctcpu;
/freebsd-10-stable/usr.bin/systat/
H A Dpigs.c117 fixpt_t ccpu;
/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32.h294 fixpt_t ki_pctcpu;

Completed in 228 milliseconds