Searched refs:z_expander (Results 1 – 2 of 2) sorted by relevance
4714 thread_wakeup(&z->z_expander); in zone_wakeup_exhausted_waiters()4733 assert_wait(&z->z_expander, TH_UNINT); in __ZONE_EXHAUSTED_AND_WAITING_HARD__()4803 if (z->z_expander == NULL) { in zone_expand_locked()4804 z->z_expander = &ze; in zone_expand_locked()4808 if (ze.ze_vm_priv && !z->z_expander->ze_vm_priv) { in zone_expand_locked()4809 change_sleep_inheritor(&z->z_expander, ze.ze_thread); in zone_expand_locked()4810 ze.ze_next = z->z_expander; in zone_expand_locked()4811 z->z_expander = &ze; in zone_expand_locked()4815 if ((flags & Z_NOPAGEWAIT) && z->z_expander->ze_pg_wait) { in zone_expand_locked()4821 LCK_SLEEP_DEFAULT, &z->z_expander, z->z_expander->ze_thread, in zone_expand_locked()[all …]
243 struct zone_expand *z_expander; member