Searched refs:nchtotal (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/systat/
H A Dvmstat.c124 #define nchtotal s.nchstats macro
457 s.nchcount = nchtotal.ncs_goodhits + nchtotal.ncs_badhits +
458 nchtotal.ncs_miss + nchtotal.ncs_long + nchtotal.ncs_neghits;
548 putint((nchtotal.ncs_goodhits + nchtotal.ncs_neghits),
551 putfloat((nchtotal.ncs_goodhits+nchtotal
[all...]
/freebsd-9.3-release/usr.bin/vmstat/
H A Dvmstat.c942 long nchtotal; local
993 nchtotal = lnchstats.ncs_goodhits + lnchstats.ncs_neghits +
996 (void)printf("%9ld total name lookups\n", nchtotal);
999 "", PCT(lnchstats.ncs_goodhits, nchtotal),
1000 PCT(lnchstats.ncs_neghits, nchtotal),
1001 PCT(lnchstats.ncs_pass2, nchtotal));
1003 PCT(lnchstats.ncs_badhits, nchtotal),
1004 PCT(lnchstats.ncs_falsehits, nchtotal),
1005 PCT(lnchstats.ncs_long, nchtotal));

Completed in 112 milliseconds