Either "free" or "allocated" is misleading here, since an item
in a bucket is free from perspective of UMA consumer, and it is allocated from perspective of keg. Discussed with: markj Approved by: re (kib)
This commit is contained in:
parent
eeab916dad
commit
306abf0f35
@ -188,7 +188,7 @@ struct uma_hash {
|
||||
|
||||
struct uma_bucket {
|
||||
LIST_ENTRY(uma_bucket) ub_link; /* Link into the zone */
|
||||
int16_t ub_cnt; /* Count of allocated items. */
|
||||
int16_t ub_cnt; /* Count of items in bucket. */
|
||||
int16_t ub_entries; /* Max items. */
|
||||
void *ub_bucket[]; /* actual allocation storage */
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user