Home
last modified time | relevance | path

Searched refs:test_range (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/lib/
Dtest_bpf.c6721 static int test_range[2] = { 0, ARRAY_SIZE(tests) - 1 }; variable
6722 module_param_array(test_range, int, NULL, 0);
6749 test_range[0] = test_id; in prepare_bpf_tests()
6750 test_range[1] = test_id; in prepare_bpf_tests()
6763 test_range[0] = idx; in prepare_bpf_tests()
6764 test_range[1] = idx; in prepare_bpf_tests()
6769 if (test_range[0] >= ARRAY_SIZE(tests) || in prepare_bpf_tests()
6770 test_range[1] >= ARRAY_SIZE(tests) || in prepare_bpf_tests()
6771 test_range[0] < 0 || test_range[1] < 0) { in prepare_bpf_tests()
6776 if (test_range[1] < test_range[0]) { in prepare_bpf_tests()
[all …]