Searched refs:test_name (Results 1 – 2 of 2) sorted by relevance
361 const char *test_name; member550 test_case_array[j].test_name, in do_concurrent_test()
8671 static char test_name[64]; variable8672 module_param_string(test_name, test_name, sizeof(test_name), 0);8680 static __init int find_test_index(const char *test_name) in find_test_index() argument8685 if (!strcmp(tests[i].descr, test_name)) in find_test_index()8707 } else if (*test_name) { in prepare_bpf_tests()8712 int idx = find_test_index(test_name); in prepare_bpf_tests()8716 test_name); in prepare_bpf_tests()