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

/freebsd-10.1-release/usr.bin/systat/
H A Dvmstat.c125 #define nchtotal s.nchstats macro
459 s.nchcount = nchtotal.ncs_goodhits + nchtotal.ncs_badhits +
460 nchtotal.ncs_miss + nchtotal.ncs_long + nchtotal.ncs_neghits;
551 putint((nchtotal.ncs_goodhits + nchtotal.ncs_neghits),
554 putfloat((nchtotal.ncs_goodhits+nchtotal
[all...]
/freebsd-10.1-release/usr.bin/vmstat/
H A Dvmstat.c948 long nchtotal; local
1000 nchtotal = lnchstats.ncs_goodhits + lnchstats.ncs_neghits +
1003 (void)printf("%9ld total name lookups\n", nchtotal);
1006 "", PCT(lnchstats.ncs_goodhits, nchtotal),
1007 PCT(lnchstats.ncs_neghits, nchtotal),
1008 PCT(lnchstats.ncs_pass2, nchtotal));
1010 PCT(lnchstats.ncs_badhits, nchtotal),
1011 PCT(lnchstats.ncs_falsehits, nchtotal),
1012 PCT(lnchstats.ncs_long, nchtotal));

Completed in 91 milliseconds