HomeSort by: relevance | last modified time | path
    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 in typeref:typename:long
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 13 milliseconds