Home
last modified time | relevance | path

Searched refs:z_permanent (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/osfmk/kern/
H A Dzalloc_internal.h268 z_permanent :1, /* the zone allocations are permanent */ member
H A Dzalloc.c1321 if (zone->z_permanent) { in zone_element_bounds_check()
3839 if (z->z_permanent || (!z->z_destructible && in zone_kma_flags()
3984 if (!zone->z_permanent && !zone->z_uses_tags) { in zcram_and_lock()
3998 if (!zone->z_permanent && !inline_bitmap) { in zcram_and_lock()
4019 assert(!zone->z_percpu && !zone->z_permanent); in zcram_and_lock()
4029 if (zone->z_permanent) { in zcram_and_lock()
4067 if (zone->z_permanent || meta->zm_alloc_size) { in zcram_and_lock()
4195 assert(!zone->z_permanent && !zone->collectable && !zone->z_destructible); in zone_fill_initially()
4799 if (!z->z_permanent && !zalloc_needs_refill(z, flags)) { in zone_expand_locked()
4966 } while (!z->z_permanent && zalloc_needs_refill(z, flags)); in zone_expand_locked()
[all …]