Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dzalloc_internal.h267 z_permanent :1, /* the zone allocations are permanent */ member
H A Dzalloc.c1321 if (zone->z_permanent) { in zone_element_bounds_check()
3826 if (z->z_permanent || (!z->z_destructible && in zone_kma_flags()
3970 if (!zone->z_permanent && !zone->z_uses_tags) { in zcram_and_lock()
3984 if (!zone->z_permanent && !inline_bitmap) { in zcram_and_lock()
4005 assert(!zone->z_percpu && !zone->z_permanent); in zcram_and_lock()
4015 if (zone->z_permanent) { in zcram_and_lock()
4053 if (zone->z_permanent || meta->zm_alloc_size) { in zcram_and_lock()
4182 assert(!zone->z_permanent && !zone->collectable && !zone->z_destructible); in zone_fill_initially()
4812 if (!z->z_permanent && !zalloc_needs_refill(z, flags)) { in zone_expand_locked()
4975 } while (!z->z_permanent && zalloc_needs_refill(z, flags)); in zone_expand_locked()
[all …]