Searched refs:z_wired_max (Results 1 – 3 of 3) sorted by relevance
229 uint32_t z_wired_max; /* how large can this zone grow */ member
4828 if (zone->z_wired_cur < zone->z_wired_max) { in zalloc_needs_refill()4838 zone->z_wired_max = ~0u; in zalloc_needs_refill()4876 if (!zone->expandable && zone->z_wired_cur >= zone->z_wired_max) { in zone_expand_async_schedule_if_needed()8571 z->z_wired_max = ~0u; in zone_init_defaults()8593 zone->z_wired_max = zone_alloc_pages_for_nelems(zone, nelems); in zone_set_noexpand()8604 zone->z_wired_max = zone_alloc_pages_for_nelems(zone, nelems); in zone_set_exhaustible()9208 z->z_wired_max = zone_alloc_pages_for_nelems(z, max / size); in zinit()
858 zone["page_count_max"] = unsigned(zone_val.z_wired_max) * pcpu_scale