Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dzalloc_internal.h258 z_expanding_wait :1, /* is thread waiting for expansion? */ member
H A Dzalloc.c4736 z->z_expanding_wait = true; in zone_expand_locked()
4824 if (z->z_expanding_wait) { in zone_expand_locked()
4825 z->z_expanding_wait = false; in zone_expand_locked()
4888 if (z->z_expanding_wait) { in zone_expand_locked()
4889 z->z_expanding_wait = false; in zone_expand_locked()
7626 z->z_async_refilling || z->z_expanding_wait) { in zone_reclaim()