Home
last modified time | relevance | path

Searched defs:test_env (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h101 struct test_env { struct
102 struct test_selector test_selector;
103 struct test_selector subtest_selector;
104 struct test_selector tmon_selector;
105 bool verifier_stats;
106 bool debug;
107 enum verbosity verbosity;
109 bool jit_enabled;
110 bool has_testmod;
111 bool get_test_cnt;
[all …]
H A Dtest_sockmap.c126 struct test_env { struct
139 struct test_env env; argument