Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/kern/
H A Dzalloc_internal.h258 z_expanding_wait :1, /* is thread waiting for expansion? */ member
H A Dzalloc.c4812 z->z_expanding_wait = true; in zone_expand_locked()
4900 if (z->z_expanding_wait) { in zone_expand_locked()
4901 z->z_expanding_wait = false; in zone_expand_locked()
4964 if (z->z_expanding_wait) { in zone_expand_locked()
4965 z->z_expanding_wait = false; in zone_expand_locked()
7770 z->z_async_refilling || z->z_expanding_wait) { in zone_reclaim()