Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dkern_memorystatus_policy.c100 status->msh_filecache_is_thrashing = true; in memstat_evaluate_health_conditions()
121 status->msh_filecache_is_thrashing || in memstat_is_system_healthy()
157 prev_status.msh_filecache_is_thrashing == status->msh_filecache_is_thrashing && in memstat_log_system_health()
221 status->msh_filecache_is_thrashing, in memstat_log_system_health()
280 } else if (status->msh_filecache_is_thrashing) { in memorystatus_pick_kill_cause()
H A Dkern_memorystatus_internal.h171 bool msh_filecache_is_thrashing; member