Home
last modified time | relevance | path

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

/xnu-8796.141.3/osfmk/vm/
H A Dvm_compressor.c612 static boolean_t vm_compressor_thrashing_detected = FALSE; variable
2645 if (vm_compressor_thrashing_detected == FALSE) { in compressor_needs_to_swap()
2646 vm_compressor_thrashing_detected = TRUE; in compressor_needs_to_swap()
2719 vm_compressor_thrashing_detected = FALSE; in vm_thrashing_jetsam_done()