Searched refs:test_arg (Results 1 – 4 of 4) sorted by relevance
167 void *test_arg; in run_one_test() local172 test_arg = test_node->u.test.arg; in run_one_test()174 test_arg = test_node->u.test.before(cmd_line, test_arg); in run_one_test()181 test_node->u.test.function(obj, test_arg, alloc); in run_one_test()
70 void *test_arg; in qos_build_main_args() local81 test_arg = test_node->u.test.arg; in qos_build_main_args()83 test_arg = test_node->u.test.before(cmd_line, test_arg); in qos_build_main_args()
995 static struct test_arg *current_args;1101 struct test_arg *args; in setup_test_context()1216 struct test_arg *args; in test_after_pre_handler()1318 struct test_arg *args; in kprobes_test_case_start()1323 args = (struct test_arg *)title; in kprobes_test_case_start()
56 struct test_arg { struct