Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/vm/
H A Dvm_compressor_xnu.h490 extern bool compressor_running_perf_test;
H A Dvm_pageout.c4176 if (compressor_running_perf_test) {
4372 if (compressor_running_perf_test && benchmark_accounting) {
4391 if (compressor_running_perf_test && benchmark_accounting) {
10077 bool compressor_running_perf_test; variable
10199 if (compressor_running_perf_test) {
10220 compressor_running_perf_test = true;
10270 compressor_running_perf_test = false;
H A Dvm_compressor.c4987 if (!compressor_running_perf_test) { in c_compress_page()