Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c196 struct test_selector *subtest_sel, in should_run_subtest() argument
229 if (!sel->whitelist.cnt && !subtest_sel->num_set) in should_run_subtest()
232 return subtest_num < subtest_sel->num_set_len && subtest_sel->num_set[subtest_num]; in should_run_subtest()