Home
last modified time | relevance | path

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

/Linux-v5.10/lib/
Dtest_bpf.c6698 static int test_range[2] = { 0, ARRAY_SIZE(tests) - 1 }; variable
6699 module_param_array(test_range, int, NULL, 0);
6726 test_range[0] = test_id; in prepare_bpf_tests()
6727 test_range[1] = test_id; in prepare_bpf_tests()
6740 test_range[0] = idx; in prepare_bpf_tests()
6741 test_range[1] = idx; in prepare_bpf_tests()
6746 if (test_range[0] >= ARRAY_SIZE(tests) || in prepare_bpf_tests()
6747 test_range[1] >= ARRAY_SIZE(tests) || in prepare_bpf_tests()
6748 test_range[0] < 0 || test_range[1] < 0) { in prepare_bpf_tests()
6753 if (test_range[1] < test_range[0]) { in prepare_bpf_tests()
[all …]