Lines Matching defs:omb_class_stat
1299 struct omb_class_stat { struct
1300 char mbcl_cname[MAX_MBUF_CNAME + 1]; /* class name */
1301 u_int32_t mbcl_size; /* buffer size */
1302 u_int32_t mbcl_total; /* # of buffers created */
1303 u_int32_t mbcl_active; /* # of active buffers */
1304 u_int32_t mbcl_infree; /* # of available buffers */
1305 u_int32_t mbcl_slab_cnt; /* # of available slabs */
1306 u_int32_t mbcl_pad; /* padding */
1307 u_int64_t mbcl_alloc_cnt; /* # of times alloc is called */
1308 u_int64_t mbcl_free_cnt; /* # of times free is called */
1309 u_int64_t mbcl_notified; /* # of notified wakeups */
1310 u_int64_t mbcl_purge_cnt; /* # of purges so far */
1311 u_int64_t mbcl_fail_cnt; /* # of allocation failures */
1312 u_int32_t mbcl_ctotal; /* total only for this class */
1313 u_int32_t mbcl_release_cnt; /* amount of memory returned */
1317 u_int32_t mbcl_mc_state; /* cache state (see below) */
1318 u_int32_t mbcl_mc_cached; /* # of cached buffers */
1319 u_int32_t mbcl_mc_waiter_cnt; /* # waiters on the cache */
1320 u_int32_t mbcl_mc_wretry_cnt; /* # of wait retries */
1321 u_int32_t mbcl_mc_nwretry_cnt; /* # of no-wait retry attempts */
1322 u_int32_t mbcl_reserved[7]; /* for future use */