Searched refs:uma_bucket (Results 1 – 4 of 4) sorted by relevance
159 struct uma_bucket { struct160 LIST_ENTRY(uma_bucket) ub_link; /* Link into the zone */166 typedef struct uma_bucket * uma_bucket_t; argument282 LIST_HEAD(,uma_bucket) uz_buckets; /* full buckets */
208 (((sizeof(void *) * (n)) - sizeof(struct uma_bucket)) / sizeof(void *))313 size = roundup(sizeof(struct uma_bucket), sizeof(void *)); in bucket_init()
203 LIST_HEAD(bucketlist, uma_bucket);206 uma_print_bucket(struct uma_bucket *ubp, const char *spaces __unused) in uma_print_bucket()217 struct uma_bucket *ubp, ub; in uma_print_bucketlist()248 struct uma_bucket ub; in uma_print_cache()
300 struct uma_bucket *ubp, ub; in memstat_kvm_uma()