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

/freebsd-current/usr.bin/systat/
H A Dvmstat.c109 long nchcount; member in struct:Info
425 s.nchcount = nchtotal.ncs_goodhits + nchtotal.ncs_badhits +
428 s1.nchcount = s.nchcount;
517 putint(s.nchcount, NAMEIROW + 2, NAMEICOL, 8);
522 100.0 / nz(s.nchcount),
525 putfloat(nchtotal.ncs_pass2 * 100.0 / nz(s.nchcount),

Completed in 59 milliseconds