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.c151 struct prog_test_def { struct
152 const char *test_name;
153 int test_num;
154 void (*run_test)(void);
155 void (*run_serial_test)(void);
156 bool should_run;
157 bool need_cgroup_cleanup;