Lines Matching refs:test_bpf
14781 static __init int test_bpf(void)
15216 if (!strcmp(test_suite, "test_bpf")) {
15244 if (!strcmp(test_suite, "test_bpf"))
15259 pr_err("test_bpf: invalid test_id specified for '%s' suite.\n",
15274 pr_err("test_bpf: no test named '%s' found for '%s' suite.\n",
15285 pr_err("test_bpf: test_range is out of bound for '%s' suite.\n",
15291 pr_err("test_bpf: test_range is ending before it starts.\n");
15305 strcmp(test_suite, "test_bpf") &&
15308 pr_err("test_bpf: invalid test_suite '%s' specified.\n", test_suite);
15314 * is specified, set 'test_bpf' as the default test suite.
15319 pr_info("test_bpf: set 'test_bpf' as the default test_suite.\n");
15320 strscpy(test_suite, "test_bpf", sizeof(test_suite));
15327 if (!strlen(test_suite) || !strcmp(test_suite, "test_bpf")) {
15328 ret = test_bpf();