Searched refs:vm_compressor_thrashing_detected (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor.c1276 boolean_t vm_compressor_thrashing_detected = FALSE; variable
1316 if (vm_compressor_thrashing_detected == FALSE) {
1317 vm_compressor_thrashing_detected = TRUE;
/xnu-2422.115.4/bsd/kern/
H A Dkern_memorystatus.c1412 extern boolean_t vm_compressor_thrashing_detected;
1440 uint32_t cause = vm_compressor_thrashing_detected ? kMemorystatusKilledVMThrashing : kMemorystatusKilledVMPageShortage;
1450 while (vm_compressor_thrashing_detected || memorystatus_available_pages <= memorystatus_available_pages_critical) {
1483 vm_compressor_thrashing_detected = FALSE;

Completed in 26 milliseconds