- void *mc_private; /* opaque arg to callbacks */
- size_t mc_bufsize; /* object size */
- size_t mc_align; /* object alignment */
- u_int32_t mc_flags; /* cache creation flags */
- u_int32_t mc_purge_cnt; /* # of purges requested by slab */
- u_int32_t mc_enable_cnt; /* # of reenables due to purges */
- u_int32_t mc_waiter_cnt; /* # of slab layer waiters */
- u_int32_t mc_wretry_cnt; /* # of wait retries */
- u_int32_t mc_nwretry_cnt; /* # of no-wait retry attempts */
- u_int32_t mc_nwfail_cnt; /* # of no-wait retries that failed */
+ void *mc_private; /* opaque arg to callbacks */
+ size_t mc_bufsize; /* object size */
+ size_t mc_align; /* object alignment */
+ u_int32_t mc_flags; /* cache creation flags */
+ u_int32_t mc_purge_cnt; /* # of purges requested by slab */
+ u_int32_t mc_enable_cnt; /* # of reenables due to purges */
+ u_int32_t mc_waiter_cnt; /* # of slab layer waiters */
+ u_int32_t mc_wretry_cnt; /* # of wait retries */
+ u_int32_t mc_nwretry_cnt; /* # of no-wait retry attempts */
+ u_int32_t mc_nwfail_cnt; /* # of no-wait retries that failed */