Searched refs:uz_max_items (Results 1 – 3 of 3) sorted by relevance
1366 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 …]
466 uint64_t uz_max_items; /* Maximum number of items to alloc */ member
454 mtp->mt_countlimit = uz.uz_max_items; in memstat_kvm_uma()