Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_compressor_xnu.h513 extern bool compressor_running_perf_test;
H A Dvm_pageout.c4394 if (compressor_running_perf_test) {
4590 if (compressor_running_perf_test && benchmark_accounting) {
4609 if (compressor_running_perf_test && benchmark_accounting) {
10635 bool compressor_running_perf_test; variable
10764 if (compressor_running_perf_test) {
10785 compressor_running_perf_test = true;
10835 compressor_running_perf_test = false;
H A Dvm_compressor.c5247 if (!compressor_running_perf_test) { in c_compress_page()