Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dtest_bpf.c6705 static int test_range[2] = { 0, ARRAY_SIZE(tests) - 1 }; variable
6706 module_param_array(test_range, int, NULL, 0);
6733 test_range[0] = test_id; in prepare_bpf_tests()
6734 test_range[1] = test_id; in prepare_bpf_tests()
6747 test_range[0] = idx; in prepare_bpf_tests()
6748 test_range[1] = idx; in prepare_bpf_tests()
6753 if (test_range[0] >= ARRAY_SIZE(tests) || in prepare_bpf_tests()
6754 test_range[1] >= ARRAY_SIZE(tests) || in prepare_bpf_tests()
6755 test_range[0] < 0 || test_range[1] < 0) { in prepare_bpf_tests()
6760 if (test_range[1] < test_range[0]) { in prepare_bpf_tests()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/
H A Dpython3_3.10.9.bb200 rm -f ${D}${libdir}/python${PYTHON_MAJMIN}/test/__pycache__/test_range.cpython*