Searched refs:z_wired_max (Results 1 – 3 of 3) sorted by relevance
356 uint32_t z_wired_max; /* how large can this zone grow */ member749 return zone->z_wired_max != ~0u; in zone_exhaustible()756 return zone->z_wired_cur >= zone->z_wired_max; in zone_exhausted()
3445 return z->z_wired_cur * 8 >= z->z_wired_max * 7; in zleak_should_enable_for_zone()3460 return z->z_wired_cur * 8 < z->z_wired_max * 7; in zleak_should_disable_for_zone()9238 z->z_wired_max = ~0u; in zone_init_defaults()9251 zone->z_wired_max = zone_alloc_pages_for_nelems(zone, nelems); in zone_set_exhaustible()
432 zone[mark] = int(zone_val.z_wired_max) != 0xffffffff443 zone["page_count_max"] = unsigned(zone_val.z_wired_max) * pcpu_scale482 markings += sigil if int(zone_val.z_wired_max) != 0xffffffff else " "