Lines Matching refs:current_test

72 static test_config_struct current_test;  variable
269 for (i = 0; i < current_test.num_zones; i++) { in query_zone_info()
270 kr = mach_zone_info_for_zone(mach_host_self(), current_test.zone_names[i], &(zone_info_array[i])); in query_zone_info()
271 …T_QUIET; T_ASSERT_MACH_SUCCESS(kr, "mach_zone_info_for_zone(%s) returned %d [%s]", current_test.zo… in query_zone_info()
282 for (i = 0; i < current_test.num_zones; i++) { in query_zone_info()
283 print_zone_info(&(current_test.zone_names[i]), &(zone_info_array[i])); in query_zone_info()
294 for (i = 0; i < current_test.num_zones; i++) { in vme_zone_compares_to_vm_objects()
295 if (!strcmp(current_test.zone_names[i].mzn_name, VME_ZONE)) { in vme_zone_compares_to_vm_objects()
297 } else if (!strcmp(current_test.zone_names[i].mzn_name, VMOBJECTS_ZONE)) { in vme_zone_compares_to_vm_objects()
300 print_zone_info(&(current_test.zone_names[i]), &(zone_info_array[i])); in vme_zone_compares_to_vm_objects()
436 if (current_test.num_zones > 0) { in cleanup_and_end_test()
438 for (i = 0; i < current_test.num_zones; i++) { in cleanup_and_end_test()
439 print_zone_info(&(current_test.zone_names[i]), &(zone_info_array[i])); in cleanup_and_end_test()
482 … if (current_test.test_index == VME_ZONE_TEST || current_test.test_index == VM_OBJECTS_ZONE_TEST) { in setup_ktrace_session()
587 strlcpy(helper_func, current_test.helper_func, sizeof(helper_func)); in spawn_child_process()
664 …zone_info_array = (mach_zone_info_array_t) calloc((unsigned long)current_test.num_zones, sizeof *z… in run_test()
777 current_test = (test_config_struct) {
799 current_test = (test_config_struct) {
822 current_test = (test_config_struct) {