Searched refs:z_expander (Results 1 – 2 of 2) sorted by relevance
4727 thread_wakeup(&z->z_expander); in zone_wakeup_exhausted_waiters()4746 assert_wait(&z->z_expander, TH_UNINT); in __ZONE_EXHAUSTED_AND_WAITING_HARD__()4816 if (z->z_expander == NULL) { in zone_expand_locked()4817 z->z_expander = &ze; in zone_expand_locked()4821 if (ze.ze_vm_priv && !z->z_expander->ze_vm_priv) { in zone_expand_locked()4822 change_sleep_inheritor(&z->z_expander, ze.ze_thread); in zone_expand_locked()4823 ze.ze_next = z->z_expander; in zone_expand_locked()4824 z->z_expander = &ze; in zone_expand_locked()4828 if ((flags & Z_NOPAGEWAIT) && z->z_expander->ze_pg_wait) { in zone_expand_locked()4834 LCK_SLEEP_DEFAULT, &z->z_expander, z->z_expander->ze_thread, in zone_expand_locked()[all …]
242 struct zone_expand *z_expander; member