Searched refs:ubz_entries (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/vm/
H A Duma_core.c242 int ubz_entries; /* Number of items it can hold. */ member in struct:uma_bucket_zone
420 for (ubz = &bucket_zones[0]; ubz->ubz_entries != 0; ubz++) {
422 size += sizeof(void *) * ubz->ubz_entries;
439 for (ubz = &bucket_zones[0]; ubz->ubz_entries != 0; ubz++)
440 if (ubz->ubz_entries >= entries)
453 return MAX((ubz->ubz_maxsize * ubz->ubz_entries) / size, 1);
455 for (; ubz->ubz_entries != 0; ubz++)
459 return (ubz->ubz_entries);
494 if (ubz->ubz_zone == zone && (ubz + 1)->ubz_entries != 0)
499 bzero(bucket->ub_bucket, sizeof(void *) * ubz->ubz_entries);
[all...]

Completed in 105 milliseconds