OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PCT
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/nfsstat/
nfsstat.c
209
#define
PCT
(x,y) ((y) == 0 ? 0 : (int)((int64_t)(x) * 100 / (y)))
210
#define NUMPCT(x,y) (x),
PCT
(x, (x)+(y))
211
#define RPCSTAT(x) (x),
PCT
(x, total)
/src/usr.bin/vmstat/
vmstat.c
311
long
pct
(u_long, u_long);
871
pct
(u_long top, u_long bot)
function
881
#define
PCT
(top, bot) (int)
pct
((u_long)(top), (u_long)(bot))
1115
"",
PCT
(nch_stats.ncs_goodhits, nchtotal),
1116
PCT
(nch_stats.ncs_neghits, nchtotal),
1117
PCT
(nch_stats.ncs_pass2, nchtotal));
1119
PCT
(nch_stats.ncs_badhits, nchtotal),
1120
PCT
(nch_stats.ncs_falsehits, nchtotal),
1121
PCT
(nch_stats.ncs_long, nchtotal))
[
all
...]
Completed in 16 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026