Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dzalloc_internal.h218 thread_t ze_thread; member
H A Dzalloc.c4692 .ze_thread = current_thread(), in zone_expand_locked()
4695 if (!(ze.ze_thread->options & TH_OPT_VMPRIV) && zone_supports_vm(z)) { in zone_expand_locked()
4696 ze.ze_thread->options |= TH_OPT_VMPRIV; in zone_expand_locked()
4700 if (ze.ze_thread->options & TH_OPT_VMPRIV) { in zone_expand_locked()
4726 change_sleep_inheritor(&z->z_expander, ze.ze_thread); in zone_expand_locked()
4738 LCK_SLEEP_DEFAULT, &z->z_expander, z->z_expander->ze_thread, in zone_expand_locked()
4894 ze.ze_thread->options &= ~TH_OPT_VMPRIV; in zone_expand_locked()