Searched defs:uma_zone (Results 1 – 1 of 1) sorted by relevance
459 struct uma_zone { struct484 LIST_ENTRY(uma_zone) uz_link; /* List of all zones in keg */ argument485 counter_u64_t uz_allocs; /* Total number of allocations */486 counter_u64_t uz_frees; /* Total number of frees */487 counter_u64_t uz_fails; /* Total number of alloc failures */488 const char *uz_name; /* Text name of the zone */489 char *uz_ctlname; /* sysctl safe name string. */490 int uz_namecnt; /* duplicate name count. */491 uint16_t uz_bucket_size_min; /* Min number of items in bucket */492 uint16_t uz_reclaimers; /* pending reclaim operations. */[all …]