Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dkern_memorystatus_policy.c93 status->msh_phantom_cache_pressure = os_atomic_load(&memorystatus_phantom_cache_pressure, relaxed); in memstat_evaluate_health_conditions()
95 status->msh_phantom_cache_pressure = false; in memstat_evaluate_health_conditions()
98 status->msh_phantom_cache_pressure && in memstat_evaluate_health_conditions()
158 prev_status.msh_phantom_cache_pressure == status->msh_phantom_cache_pressure && in memstat_log_system_health()
223 status->msh_phantom_cache_pressure, in memstat_log_system_health()
H A Dkern_memorystatus_internal.h172 bool msh_phantom_cache_pressure; member