Lines Matching defs:omb_class_stat
1157 struct omb_class_stat { struct
1158 char mbcl_cname[MAX_MBUF_CNAME + 1]; /* class name */
1159 u_int32_t mbcl_size; /* buffer size */
1160 u_int32_t mbcl_total; /* # of buffers created */
1161 u_int32_t mbcl_active; /* # of active buffers */
1162 u_int32_t mbcl_infree; /* # of available buffers */
1163 u_int32_t mbcl_slab_cnt; /* # of available slabs */
1164 u_int32_t mbcl_pad; /* padding */
1165 u_int64_t mbcl_alloc_cnt; /* # of times alloc is called */
1166 u_int64_t mbcl_free_cnt; /* # of times free is called */
1167 u_int64_t mbcl_notified; /* # of notified wakeups */
1168 u_int64_t mbcl_purge_cnt; /* # of purges so far */
1169 u_int64_t mbcl_fail_cnt; /* # of allocation failures */
1170 u_int32_t mbcl_ctotal; /* total only for this class */
1171 u_int32_t mbcl_release_cnt; /* amount of memory returned */
1175 u_int32_t mbcl_mc_state; /* cache state (see below) */
1176 u_int32_t mbcl_mc_cached; /* # of cached buffers */
1177 u_int32_t mbcl_mc_waiter_cnt; /* # waiters on the cache */
1178 u_int32_t mbcl_mc_wretry_cnt; /* # of wait retries */
1179 u_int32_t mbcl_mc_nwretry_cnt; /* # of no-wait retry attempts */
1180 u_int32_t mbcl_peak_reported; /* last usage peak reported */
1181 u_int32_t mbcl_reserved[7]; /* for future use */
1182 u_int32_t mbcl_pad2; /* padding */