Lines Matching defs:test_id
15152 static int test_id = -1;
15153 module_param(test_id, int, 0);
15158 static bool exclude_test(int test_id)
15160 return test_id < test_range[0] || test_id > test_range[1];
15830 if (test_id >= 0) {
15832 * if a test_id was specified, use test_range to
15835 if (test_id >= valid_range) {
15836 pr_err("test_bpf: invalid test_id specified for '%s' suite.\n",
15841 test_range[0] = test_id;
15842 test_range[1] = test_id;
15890 * if test_suite is not specified, but test_id, test_name or test_range
15894 (test_id != -1 || strlen(test_name) ||