Home
last modified time | relevance | path

Searched defs:ncstats (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/sys/
H A Ddnlc.h108 struct ncstats { struct
109 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 */
/titanic_50/usr/src/cmd/stat/kstat/
H A Dkstat.c1044 struct ncstats *ncstats = (struct ncstats *)(kp->ks_data); in save_ncstats() local
/titanic_50/usr/src/uts/common/fs/
H A Ddnlc.c190 struct ncstats ncstats; variable