Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_compressor_xnu.h490 extern bool compressor_running_perf_test;
H A Dvm_pageout.c4211 if (compressor_running_perf_test) {
4407 if (compressor_running_perf_test && benchmark_accounting) {
4426 if (compressor_running_perf_test && benchmark_accounting) {
10366 bool compressor_running_perf_test; variable
10495 if (compressor_running_perf_test) {
10516 compressor_running_perf_test = true;
10566 compressor_running_perf_test = false;
H A Dvm_compressor.c5030 if (!compressor_running_perf_test) { in c_compress_page()