Home
last modified time | relevance | path

Searched refs:msh_swap_exhausted (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/bsd/kern/
H A Dkern_memorystatus_policy.c90 status->msh_swap_exhausted = vm_swap_out_of_space(); in memorystatus_health_check()
128 status->msh_swap_exhausted); in memorystatus_is_system_healthy()
167 if (swappable_apps_remaining && status.msh_swap_exhausted) { in memorystatus_pick_action()
275 } else if (status.msh_compressor_exhausted || status.msh_swap_exhausted) { in memorystatus_pick_action()
H A Dkern_memorystatus_internal.h167 bool msh_swap_exhausted; member
H A Dkern_memorystatus.c9669 prev_status.msh_swap_exhausted == status->msh_swap_exhausted
9748 status->msh_swap_exhausted);
9765 status->msh_swap_exhausted);
9797 } else if (status->msh_swap_exhausted) {