Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Ddnlc.h119 struct nc_stats { struct
120 kstat_named_t ncs_hits; /* cache hits */
121 kstat_named_t ncs_misses; /* cache misses */
122 kstat_named_t ncs_neg_hits; /* negative cache hits */
123 kstat_named_t ncs_enters; /* enters */
124 kstat_named_t ncs_dbl_enters; /* enters when entry already cached */
125 kstat_named_t ncs_purge_total; /* total entries prurged */
126 kstat_named_t ncs_purge_all; /* dnlc_purge() calls */
127 kstat_named_t ncs_purge_vp; /* dnlc_purge_vp() calls */
128 kstat_named_t ncs_purge_vfs; /* dnlc_purge_vfs() calls */
[all …]