Home
last modified time | relevance | path

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

/xnu-10063.101.15/osfmk/kern/
H A Dzalloc.c4686 zalloc_needs_refill(zone_t zone, zalloc_flags_t flags) in zalloc_needs_refill() function
4792 if (!z->z_permanent && !zalloc_needs_refill(z, flags)) { in zone_expand_locked()
4955 } while (!z->z_permanent && zalloc_needs_refill(z, flags)); in zone_expand_locked()