Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_progs.c21 struct prog_test_def { struct
22 const char *test_name;
23 int test_num;
24 void (*run_test)(void);
25 bool force_log;
26 int error_cnt;
27 int skip_cnt;
28 bool tested;
29 bool need_cgroup_cleanup;
31 char *subtest_name;
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
Dtest_progs.c137 struct prog_test_def { struct
138 const char *test_name;
139 int test_num;
140 void (*run_test)(void);
141 void (*run_serial_test)(void);
142 bool should_run;
143 bool need_cgroup_cleanup;