Home
last modified time | relevance | path

Searched refs:memorystatus_phantom_cache_pressure (Results 1 – 4 of 4) sorted by relevance

/xnu-11215/bsd/kern/
H A Dkern_memorystatus_internal.h105 extern _Atomic bool memorystatus_phantom_cache_pressure;
H A Dkern_memorystatus_policy.c91 status->msh_phantom_cache_pressure = os_atomic_load(&memorystatus_phantom_cache_pressure, acquire); in memorystatus_health_check()
H A Dkern_memorystatus.c506 _Atomic bool memorystatus_phantom_cache_pressure = false; variable
4401 os_atomic_store(&memorystatus_phantom_cache_pressure, false, release); in memorystatus_thread_internal()
/xnu-11215/osfmk/vm/
H A Dvm_compressor.c650 extern bool memorystatus_phantom_cache_pressure;
2748 os_atomic_store(&memorystatus_phantom_cache_pressure, true, release); in compressor_needs_to_swap()