| 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...]
 |