Home
last modified time | relevance | path

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

/openbsd/sys/kern/
H A Dvfs_cache.c169 nchstats.ncs_badhits++; in cache_lookup()
185 nchstats.ncs_badhits++; in cache_lookup()
242 nchstats.ncs_badhits++; in cache_lookup()
/openbsd/sys/sys/
H A Dnamei.h223 u_int64_t ncs_badhits; /* hits we must drop */ member
/openbsd/usr.bin/systat/
H A Dvmstat.c362 Z(ncs_goodhits); Z(ncs_badhits); Z(ncs_miss); in showkre()
364 s.nchcount = nchtotal.ncs_goodhits + nchtotal.ncs_badhits + in showkre()
/openbsd/usr.bin/vmstat/
H A Dvmstat.c564 nchstats.ncs_badhits + nchstats.ncs_falsehits + in dosum()
573 pct(nchstats.ncs_badhits, nchtotal), in dosum()
/openbsd/sbin/sysctl/
H A Dsysctl.c1838 (void)printf("%llu\n", nch.ncs_badhits); in sysctl_nchstats()