Searched defs:ncstats (Results 1 – 3 of 3) sorted by relevance
108 struct ncstats { struct109 int hits; /* hits that we can really use */110 int misses; /* cache misses */111 int enters; /* number of enters done */112 int dbl_enters; /* number of enters tried when already cached */113 int long_enter; /* deprecated, no longer accounted */114 int long_look; /* deprecated, no longer accounted */115 int move_to_front; /* entry moved to front of hash chain */116 int purges; /* number of purges of cache */
1044 struct ncstats *ncstats = (struct ncstats *)(kp->ks_data); in save_ncstats() local
190 struct ncstats ncstats; variable