OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FSCALE
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/bsd/top/dist/
loadavg.h
48
* We assume that if
FSCALE
is defined, then avenrun and ccpu are type long.
56
# if defined(FBITS) && !defined(
FSCALE
)
57
# define
FSCALE
(1 << FBITS) /* mips */
61
#ifdef
FSCALE
62
# define FIXED_LOADAVG
FSCALE
63
# define FIXED_PCTCPU
FSCALE
/src/bin/ps/
nlist.c
103
int
fscale
; /* kernel _fscale variable */
variable
109
#ifndef
FSCALE
110
#define
FSCALE
(1 << 8)
131
fscale
=
FSCALE
;
138
if (kread(X_FSCALE,
fscale
)) {
139
warnx("
fscale
: %s", kvm_geterr(kd));
141
fscale
=
FSCALE
;
155
log_ccpu = log((double)xccpu /
fscale
);
[
all
...]
/src/libexec/rpc.rstatd/
rstat_proc.c
75
#undef
FSCALE
107
#ifndef
FSCALE
108
#define
FSCALE
(1 << 8)
214
stats_all.s3.avenrun[0] = avrun[0] *
FSCALE
;
215
stats_all.s3.avenrun[1] = avrun[1] *
FSCALE
;
216
stats_all.s3.avenrun[2] = avrun[2] *
FSCALE
;
/src/usr.bin/rup/
rup.c
56
#undef
FSCALE
280
days_buf, hours_buf, (double)host_stat->avenrun[0]/
FSCALE
,
281
(double)host_stat->avenrun[1]/
FSCALE
,
282
(double)host_stat->avenrun[2]/
FSCALE
);
/src/external/gpl2/gmake/dist/
getloadavg.c
84
sparc.h's) use macros like
FSCALE
, defined here. */
137
/* NeXT defines
FSCALE
in <sys/param.h>. However, we take
FSCALE
being
139
# undef
FSCALE
145
# undef
FSCALE
272
/* <sys/param.h> defines an incorrect value for
FSCALE
on Alpha OSF/1,
274
# undef
FSCALE
275
# define
FSCALE
1024.0
279
/* <sys/param.h> defines an incorrect value for
FSCALE
on an
281
# undef
FSCALE
[
all
...]
/src/external/bsd/top/dist/machine/
m_irix5.c
83
#ifndef
FSCALE
85
#define
FSCALE
(1<<FSHIFT)
86
#endif /*
FSCALE
*/
m_svr4.c
100
#ifndef
FSCALE
102
#define
FSCALE
(1<<FSHIFT)
105
#define loaddouble(x) ((double)(x) /
FSCALE
)
106
#define percent_cpu(x) ((double)(x)->pr_cpu /
FSCALE
)
m_svr5.c
106
#ifndef
FSCALE
108
#define
FSCALE
(1<<FSHIFT)
111
#define loaddouble(x) ((double)x/
FSCALE
)
m_sunos5.c
138
#ifndef
FSCALE
140
#define
FSCALE
(1<<FSHIFT)
141
#endif /*
FSCALE
*/
143
#define loaddouble(la) ((double)(la) /
FSCALE
)
/src/sys/sys/
param.h
490
#define
FSCALE
(1<<FSHIFT)
/src/sys/arch/m68k/m68k/
db_disasm.h
367
#undef
FSCALE
368
#define
FSCALE
ENCFT(1,0,0,1,1,0)
Completed in 36 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026