Searched refs:test_to_run (Results 1 – 4 of 4) sorted by relevance
63 static void test_xsk(const struct test_spec *test_to_run, enum test_mode mode) in test_xsk() argument121 test_init(&test, ifobj_tx, ifobj_rx, mode, test_to_run); in test_xsk()
233 const struct test_spec *test_to_run);
274 const struct test_spec *test_to_run) in test_init() argument296 memcpy(test->name, test_to_run->name, MAX_TEST_NAME_SIZE); in test_init()297 test->test_func = test_to_run->test_func; in test_init()
1566 int test_to_run = -1; in dispatch_thread() local1580 test_to_run = current_test_idx; in dispatch_thread()1595 msg_do_test.do_test.num = test_to_run; in dispatch_thread()1600 env.worker_current_test[data->worker_id] = test_to_run; in dispatch_thread()1609 if (test_to_run != msg.test_done.num) in dispatch_thread()1612 state = &test_states[test_to_run]; in dispatch_thread()1944 int test_to_run = msg.do_test.num; in worker_main() local1945 struct prog_test_def *test = &prog_test_defs[test_to_run]; in worker_main()1946 struct test_state *state = &test_states[test_to_run]; in worker_main()1952 test_to_run + 1, in worker_main()[all …]