Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_core.c1366 if (zone->uz_max_items > 0) in bucket_drain()
2729 "max_items", CTLFLAG_RD, &zone->uz_max_items, 0, in zone_alloc_sysctl()
4175 sleepq_lock(&zone->uz_max_items); in zone_alloc_limit_hard()
4180 max = zone->uz_max_items; in zone_alloc_limit_hard()
4190 sleepq_release(&zone->uz_max_items); in zone_alloc_limit_hard()
4207 sleepq_add(&zone->uz_max_items, NULL, "zonelimit", 0, 0); in zone_alloc_limit_hard()
4208 sleepq_wait(&zone->uz_max_items, PVM); in zone_alloc_limit_hard()
4229 max = zone->uz_max_items; in zone_alloc_limit_hard()
4237 wakeup_one(&zone->uz_max_items); in zone_alloc_limit_hard()
4254 max = zone->uz_max_items; in zone_alloc_limit()
[all …]
H A Duma_int.h466 uint64_t uz_max_items; /* Maximum number of items to alloc */ member
/freebsd/lib/libmemstat/
H A Dmemstat_uma.c454 mtp->mt_countlimit = uz.uz_max_items; in memstat_kvm_uma()