Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Ddnlc.h124 struct nc_stats { struct
125 kstat_named_t ncs_hits; /* cache hits */
126 kstat_named_t ncs_misses; /* cache misses */
127 kstat_named_t ncs_neg_hits; /* negative cache hits */
128 kstat_named_t ncs_enters; /* enters */
129 kstat_named_t ncs_dbl_enters; /* enters when entry already cached */
130 kstat_named_t ncs_purge_total; /* total entries prurged */
131 kstat_named_t ncs_purge_all; /* dnlc_purge() calls */
132 kstat_named_t ncs_purge_vp; /* dnlc_purge_vp() calls */
133 kstat_named_t ncs_purge_vfs; /* dnlc_purge_vfs() calls */
[all …]