Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dzalloc_internal.h258 z_expanding_wait :1, /* is thread waiting for expansion? */ member
H A Dzalloc.c4832 z->z_expanding_wait = true; in zone_expand_locked()
4921 if (z->z_expanding_wait) { in zone_expand_locked()
4922 z->z_expanding_wait = false; in zone_expand_locked()
4984 if (z->z_expanding_wait) { in zone_expand_locked()
4985 z->z_expanding_wait = false; in zone_expand_locked()
7787 z->z_async_refilling || z->z_expanding_wait) { in zone_reclaim()