Home
last modified time | relevance | path

Searched refs:uz_max_items (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/vm/
H A Duma_core.c1164 if (zone->uz_max_items > 0) in bucket_drain()
3874 max = zone->uz_max_items; in zone_alloc_limit_hard()
3923 max = zone->uz_max_items; in zone_alloc_limit_hard()
3948 max = zone->uz_max_items; in zone_alloc_limit()
3995 wakeup_one(&zone->uz_max_items); in zone_free_limit()
4013 if (zone->uz_max_items > 0) in zone_alloc_bucket()
4126 if (zone->uz_max_items > 0) in zone_alloc_item()
4599 if (zone->uz_max_items > 0) in zone_free_item()
4620 zone->uz_max_items = nitems; in uma_zone_set_max()
4624 wakeup(&zone->uz_max_items); in uma_zone_set_max()
[all …]
H A Duma_int.h467 uint64_t uz_max_items; /* Maximum number of items to alloc */ member
/f-stack/tools/compat/include/vm/
H A Duma_int.h466 uint64_t uz_max_items; /* Maximum number of items to alloc */ member
/f-stack/tools/libmemstat/
H A Dmemstat_uma.c463 mtp->mt_countlimit = uz.uz_max_items; in memstat_kvm_uma()