Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_progs.c181 struct test_selector *subtest_sel, in should_run_subtest() argument
214 if (!sel->whitelist.cnt && !subtest_sel->num_set) in should_run_subtest()
217 return subtest_num < subtest_sel->num_set_len && subtest_sel->num_set[subtest_num]; in should_run_subtest()