Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dzalloc_internal.h219 thread_t ze_thread; member
H A Dzalloc.c4775 .ze_thread = current_thread(), in zone_expand_locked()
4778 if (!(ze.ze_thread->options & TH_OPT_VMPRIV) && zone_supports_vm(z)) { in zone_expand_locked()
4779 ze.ze_thread->options |= TH_OPT_VMPRIV; in zone_expand_locked()
4783 if (ze.ze_thread->options & TH_OPT_VMPRIV) { in zone_expand_locked()
4809 change_sleep_inheritor(&z->z_expander, ze.ze_thread); in zone_expand_locked()
4821 LCK_SLEEP_DEFAULT, &z->z_expander, z->z_expander->ze_thread, in zone_expand_locked()
4981 ze.ze_thread->options &= ~TH_OPT_VMPRIV; in zone_expand_locked()