Lines Matching defs:test_name
6699 static char test_name[64];
6700 module_param_string(test_name, test_name, sizeof(test_name), 0);
6708 static __init int find_test_index(const char *test_name)
6713 if (!strcmp(tests[i].descr, test_name))
6735 } else if (*test_name) {
6737 * if a test_name was specified, find it and setup
6740 int idx = find_test_index(test_name);
6744 test_name);