Searched defs:ncstats (Results 1 – 3 of 3) sorted by relevance
113 struct ncstats { struct114 int hits; /* hits that we can really use */115 int misses; /* cache misses */116 int enters; /* number of enters done */117 int dbl_enters; /* number of enters tried when already cached */118 int long_enter; /* deprecated, no longer accounted */119 int long_look; /* deprecated, no longer accounted */120 int move_to_front; /* entry moved to front of hash chain */121 int purges; /* number of purges of cache */
1155 struct ncstats *ncstats = (struct ncstats *)(kp->ks_data); in save_ncstats() local
192 struct ncstats ncstats; variable