Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dzalloc_internal.h259 z_expanding_wait :1, /* is thread waiting for expansion? */ member
H A Dzalloc.c4819 z->z_expanding_wait = true; in zone_expand_locked()
4912 if (z->z_expanding_wait) { in zone_expand_locked()
4913 z->z_expanding_wait = false; in zone_expand_locked()
4975 if (z->z_expanding_wait) { in zone_expand_locked()
4976 z->z_expanding_wait = false; in zone_expand_locked()
7791 z->z_async_refilling || z->z_expanding_wait) { in zone_reclaim()