Lines Matching defs:nc_stats

119 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 */
129 kstat_named_t ncs_purge_fs1; /* dnlc_purge_fs1() calls */
130 kstat_named_t ncs_pick_free; /* found a free ncache */
131 kstat_named_t ncs_pick_heur; /* found ncache w/ NULL vpages */
132 kstat_named_t ncs_pick_last; /* found last ncache on chain */
136 kstat_named_t ncs_dir_hits; /* dir cache hits */
137 kstat_named_t ncs_dir_misses; /* dir cache misses */
138 kstat_named_t ncs_cur_dirs; /* current # directories cached */
139 kstat_named_t ncs_dir_num_ents; /* current # entries cached */
140 kstat_named_t ncs_dirs_cached; /* total # directories cached */
141 kstat_named_t ncs_dir_start_nm; /* dir start no memory */
142 kstat_named_t ncs_dir_add_nm; /* add entry/space - no memory */
143 kstat_named_t ncs_dir_addabort; /* add entry/space - abort */
144 kstat_named_t ncs_dir_add_max; /* add entry/space - max exceeded */
145 kstat_named_t ncs_dir_reme_fai; /* remove entry fail */
146 kstat_named_t ncs_dir_rems_fai; /* remove space fail */
147 kstat_named_t ncs_dir_upd_fail; /* update space fail */
148 kstat_named_t ncs_dir_finipurg; /* fini purges */
149 kstat_named_t ncs_dir_rec_last; /* reclaim last */
150 kstat_named_t ncs_dir_recl_any; /* reclaim any */