Searched refs:test_spec (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xskxceiver.c | 119 static char *mode_string(struct test_spec *test) in mode_string() 133 static void report_failure(struct test_spec *test) in report_failure() 456 static void test_spec_reset(struct test_spec *test) in test_spec_reset() 1467 struct test_spec *test = (struct test_spec *)arg; in worker_testapp_validate_tx() 1492 struct test_spec *test = (struct test_spec *)arg; in worker_testapp_validate_rx() 1681 static int testapp_teardown(struct test_spec *test) in testapp_teardown() 1707 static int testapp_bidi(struct test_spec *test) in testapp_bidi() 1740 static int testapp_bpf_res(struct test_spec *test) in testapp_bpf_res() 1752 static int testapp_headroom(struct test_spec *test) in testapp_headroom() 1931 static int testapp_xdp_drop(struct test_spec *test) in testapp_xdp_drop() [all …]
|
H A D | testing_helpers.c | 130 char *test_spec, in insert_test() argument 143 subtest_str = strchr(test_spec, '/'); in insert_test() 149 ext_test_str = malloc(strlen(test_spec) + glob_chars + 1); in insert_test() 153 sprintf(ext_test_str, pattern, test_spec); in insert_test() 222 char *input, *state = NULL, *test_spec; in parse_test_list() local 229 while ((test_spec = strtok_r(cnt++ ? NULL : input, ",", &state))) { in parse_test_list() 230 err = insert_test(set, test_spec, is_glob_pattern); in parse_test_list()
|
H A D | test_loader.c | 57 struct test_spec { struct 88 static void free_test_spec(struct test_spec *spec) in free_test_spec() argument 163 struct test_spec *spec) in parse_test_spec() 342 struct test_spec *spec, in prepare_case() 443 static bool can_execute_unpriv(struct test_loader *tester, struct test_spec *spec) in can_execute_unpriv() 536 struct test_spec *specs, in run_subtest() 537 struct test_spec *spec, in run_subtest() 542 struct test_spec *spec_iter; in run_subtest() 647 struct test_spec *specs = NULL; in process_subtest() 666 specs = calloc(nr_progs, sizeof(struct test_spec)); in process_subtest() [all …]
|
H A D | xskxceiver.h | 176 struct test_spec { struct
|