Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_memorystatus_policy.c102 status->msh_phantom_cache_pressure = os_atomic_load(&memorystatus_phantom_cache_pressure, relaxed); in memstat_evaluate_health_conditions()
104 status->msh_phantom_cache_pressure = false; in memstat_evaluate_health_conditions()
107 status->msh_phantom_cache_pressure && in memstat_evaluate_health_conditions()
167 prev_status.msh_phantom_cache_pressure == status->msh_phantom_cache_pressure && in memstat_log_system_health()
232 status->msh_phantom_cache_pressure, in memstat_log_system_health()
H A Dkern_memorystatus_internal.h170 bool msh_phantom_cache_pressure; member