Searched refs:z_wired_max (Results 1 – 3 of 3) sorted by relevance
354 uint32_t z_wired_max; /* how large can this zone grow */ member746 return zone->z_wired_max != ~0u; in zone_exhaustible()753 return zone->z_wired_cur >= zone->z_wired_max; in zone_exhausted()
3443 return z->z_wired_cur * 8 >= z->z_wired_max * 7; in zleak_should_enable_for_zone()3458 return z->z_wired_cur * 8 < z->z_wired_max * 7; in zleak_should_disable_for_zone()9234 z->z_wired_max = ~0u; in zone_init_defaults()9247 zone->z_wired_max = zone_alloc_pages_for_nelems(zone, nelems); in zone_set_exhaustible()
420 zone[mark] = int(zone_val.z_wired_max) != 0xffffffff431 zone["page_count_max"] = unsigned(zone_val.z_wired_max) * pcpu_scale470 markings += sigil if int(zone_val.z_wired_max) != 0xffffffff else " "