Searched refs:test_name (Results 1 – 2 of 2) sorted by relevance
332 const char *test_name; member522 test_case_array[i].test_name, in do_concurrent_test()
6712 static char test_name[64]; variable6713 module_param_string(test_name, test_name, sizeof(test_name), 0);6721 static __init int find_test_index(const char *test_name) in find_test_index() argument6726 if (!strcmp(tests[i].descr, test_name)) in find_test_index()6748 } else if (*test_name) { in prepare_bpf_tests()6753 int idx = find_test_index(test_name); in prepare_bpf_tests()6757 test_name); in prepare_bpf_tests()