Home
last modified time | relevance | path

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

123456789

/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dsched_4bsd.c239 static fixpt_t
240 decay_cpu(fixpt_t loadfac, fixpt_t estcpu) in decay_cpu()
249 #define FIXPT_MAX ((fixpt_t)((UINTMAX_C(1) << sizeof(fixpt_t) * CHAR_BIT) - 1)) in decay_cpu()
265 static fixpt_t
266 decay_cpu_batch(fixpt_t loadfac, fixpt_t estcpu, unsigned int n) in decay_cpu_batch()
289 fixpt_t loadfac; in sched_pstats_hook()
313 fixpt_t loadfac; in updatepri()
429 fixpt_t loadfac = loadfactor(averunnable.ldavg[0]); in sched_proc_exit()
430 fixpt_t estcpu; in sched_proc_exit()
H A Dkern_synch.c1105 const fixpt_t ccpu = 0.95122942450071400909 * FSCALE;
1111 static const fixpt_t cexp[ ] = {
1151 fixpt_t lpctcpu; in sched_pstats()
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dproc.h282 fixpt_t p_estcpu; /* p: Time avg. value of p_cpticks */
283 fixpt_t p_estcpu_inherited; /* p: cpu inherited from children */
285 fixpt_t p_pctcpu; /* p: %cpu from dead LWPs */
H A Dresource.h126 fixpt_t ldavg[3];
H A Dlwp.h115 fixpt_t l_pctcpu; /* p: %cpu during l_swtime */
116 fixpt_t l_estcpu; /* l: cpu time for SCHED_4BSD */
H A Dtypes.h158 typedef uint32_t fixpt_t; /* fixed point number */ typedef
/dports/net/rpki-client/rpki-client-portable-7.6/openbsd/src/lib/libc/gen/
H A Dgetloadavg.c57 nelem = MINIMUM(nelem, sizeof(loadinfo.ldavg) / sizeof(fixpt_t)); in getloadavg()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos-any/sys/
H A Dtypes.h105 typedef u_int32_t fixpt_t; /* fixed point number */ typedef
H A Dproc.h118 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime */
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos-any/sys/
H A Dtypes.h105 typedef u_int32_t fixpt_t; /* fixed point number */ typedef
H A Dproc.h118 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime */
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/Include/sys/
H A Dresource.h120 fixpt_t ldavg[3];
H A Dtypes.h161 typedef uint32_t fixpt_t; /* fixed point number */ typedef
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DMacOSXPosix.pas220 fixpt_t = UInt32; { fixed point number }
/dports/biology/ncbi-toolkit/ncbi/connect/mitsock/
H A Ds_types.h95 typedef u_long fixpt_t; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/sys/
H A Dproc.h115 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime */
H A Dsysctl.h544 fixpt_t ldavg[3];
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/x86_64-macos.10-gnu/sys/
H A Dproc.h115 fixpt_t p_pctcpu; /* %cpu for this process during p_swtime */
H A Dsysctl.h544 fixpt_t ldavg[3];
/dports/x11/xload/xload-1.1.3/
H A Dget_load.c477 fixpt_t averunnable[3]; /* unused really */ in InitLoadPoint()
502 fixpt_t t; in GetLoadPoint()
/dports/devel/p5-Proc-ProcessTable/Proc-ProcessTable-0.634/os/
H A DFreeBSD-kvm.c145 fixpt_t ccpu; in OS_get_table()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos.12-any/sys/
H A Dsysctl.h545 fixpt_t ldavg[3];
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-macos.11-any/sys/
H A Dsysctl.h545 fixpt_t ldavg[3];
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos.12-any/sys/
H A Dsysctl.h545 fixpt_t ldavg[3];
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-macos.11-any/sys/
H A Dsysctl.h545 fixpt_t ldavg[3];

123456789