Searched refs:nchtotal (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/systat/ |
H A D | vmstat.c | 122 #define nchtotal s.nchstats macro 425 s.nchcount = nchtotal.ncs_goodhits + nchtotal.ncs_badhits + in showkre() 426 nchtotal.ncs_miss + nchtotal.ncs_long + nchtotal.ncs_neghits; in showkre() 518 putint((nchtotal.ncs_goodhits + nchtotal.ncs_neghits), in showkre() 521 putfloat((nchtotal.ncs_goodhits+nchtotal.ncs_neghits) * in showkre() 524 putint(nchtotal.ncs_pass2, NAMEIROW + 2, NAMEICOL + 21, 7); in showkre() 525 putfloat(nchtotal.ncs_pass2 * 100.0 / nz(s.nchcount), in showkre()
|
/freebsd/usr.bin/vmstat/ |
H A D | vmstat.c | 929 long nchtotal; in dosum() local 1024 nchtotal = lnchstats.ncs_goodhits + lnchstats.ncs_neghits + in dosum() 1028 nchtotal); in dosum() 1033 "", PCT(lnchstats.ncs_goodhits, nchtotal), in dosum() 1034 PCT(lnchstats.ncs_neghits, nchtotal), in dosum() 1035 PCT(lnchstats.ncs_pass2, nchtotal)); in dosum() 1039 PCT(lnchstats.ncs_badhits, nchtotal), in dosum() 1040 PCT(lnchstats.ncs_falsehits, nchtotal), in dosum() 1041 PCT(lnchstats.ncs_long, nchtotal)); in dosum()
|