Searched refs:test_options (Results 1 – 1 of 1) sorted by relevance
734 static test_option_t test_options; variable4152 test_options.to_flags = VM_TEST_ALLOCATE;4153 test_options.to_vmsize = 0;4154 test_options.to_quietness = ERROR_ONLY_QUIETNESS;4156 perform_test_with_options(test_options);4162 test_options.to_flags = VM_TEST_DEALLOCATE;4163 test_options.to_vmsize = 0;4164 test_options.to_quietness = ERROR_ONLY_QUIETNESS;4166 perform_test_with_options(test_options);4171 test_options.to_flags = VM_TEST_READ;[all …]