Home
last modified time | relevance | path

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

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