Home
last modified time | relevance | path

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

/Linux-v6.6/tools/testing/selftests/bpf/
Dtest_progs.c182 struct test_selector *subtest_sel, in should_run_subtest() argument
215 if (!sel->whitelist.cnt && !subtest_sel->num_set) in should_run_subtest()
218 return subtest_num < subtest_sel->num_set_len && subtest_sel->num_set[subtest_num]; in should_run_subtest()