Lines Matching defs:omb_class_stat
1260 struct omb_class_stat { struct
1261 char mbcl_cname[MAX_MBUF_CNAME + 1]; /* class name */
1262 u_int32_t mbcl_size; /* buffer size */
1263 u_int32_t mbcl_total; /* # of buffers created */
1264 u_int32_t mbcl_active; /* # of active buffers */
1265 u_int32_t mbcl_infree; /* # of available buffers */
1266 u_int32_t mbcl_slab_cnt; /* # of available slabs */
1267 u_int32_t mbcl_pad; /* padding */
1268 u_int64_t mbcl_alloc_cnt; /* # of times alloc is called */
1269 u_int64_t mbcl_free_cnt; /* # of times free is called */
1270 u_int64_t mbcl_notified; /* # of notified wakeups */
1271 u_int64_t mbcl_purge_cnt; /* # of purges so far */
1272 u_int64_t mbcl_fail_cnt; /* # of allocation failures */
1273 u_int32_t mbcl_ctotal; /* total only for this class */
1274 u_int32_t mbcl_release_cnt; /* amount of memory returned */
1278 u_int32_t mbcl_mc_state; /* cache state (see below) */
1279 u_int32_t mbcl_mc_cached; /* # of cached buffers */
1280 u_int32_t mbcl_mc_waiter_cnt; /* # waiters on the cache */
1281 u_int32_t mbcl_mc_wretry_cnt; /* # of wait retries */
1282 u_int32_t mbcl_mc_nwretry_cnt; /* # of no-wait retry attempts */
1283 u_int32_t mbcl_reserved[7]; /* for future use */