Home
last modified time | relevance | path

Searched refs:test_arg (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/qtest/
H A Dqos-test.c167 void *test_arg; in run_one_test() local
172 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()
/openbmc/qemu/tests/qtest/fuzz/
H A Dqos_fuzz.c70 void *test_arg; in qos_build_main_args() local
81 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()
/openbmc/linux/arch/arm/probes/kprobes/
H A Dtest-core.c995 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()
H A Dtest-core.h56 struct test_arg { struct