HomeSort by: relevance | last modified time | path
    Searched refs:fixpt_t (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/kern/
sched_4bsd.c 273 static fixpt_t
274 decay_cpu(fixpt_t loadfac, fixpt_t estcpu)
283 #define FIXPT_MAX ((fixpt_t)((UINTMAX_C(1) << sizeof(fixpt_t) * CHAR_BIT) - 1))
292 static fixpt_t
293 decay_cpu_batch(fixpt_t loadfac, fixpt_t estcpu, unsigned int n)
325 fixpt_t loadfac;
350 fixpt_t loadfac
    [all...]
kern_synch.c 1123 const fixpt_t ccpu = 0.95122942450071400909 * FSCALE;
1129 static const fixpt_t cexp[ ] = {
1169 fixpt_t lpctcpu;
init_sysctl.c 148 extern fixpt_t ccpu; /* defined in kern/kern_synch.c */
tty.c 2647 fixpt_t pctcpu = 0;
  /src/lib/libkvm/
kvm_getloadavg.c 101 nelem = MIN(nelem, sizeof(loadinfo.ldavg) / sizeof(fixpt_t));
  /src/sys/sys/
resource.h 141 fixpt_t ldavg[3];
proc.h 285 fixpt_t p_estcpu; /* p: Time avg. value of p_cpticks */
286 fixpt_t p_estcpu_inherited; /* p: cpu inherited from children */
288 fixpt_t p_pctcpu; /* p: %cpu from dead LWPs */
lwp.h 122 fixpt_t l_pctcpu; /* p: %cpu during l_swtime */
123 fixpt_t l_estcpu; /* l: cpu time for SCHED_4BSD */
types.h 158 typedef uint32_t fixpt_t; /* fixed point number */ typedef in typeref:typename:uint32_t
  /src/bin/ps/
nlist.c 124 fixpt_t xccpu;
169 fixpt_t xccpu;
  /src/usr.bin/systat/
pigs.c 147 fixpt_t ccpu;
  /src/sys/compat/netbsd32/
netbsd32.h 472 fixpt_t ldavg[3];

Completed in 38 milliseconds