Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dzalloc_internal.h229 uint32_t z_wired_max; /* how large can this zone grow */ member
H A Dzalloc.c4828 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()
/xnu-8020.140.41/tools/lldbmacros/
H A Dmemory.py858 zone["page_count_max"] = unsigned(zone_val.z_wired_max) * pcpu_scale