Lines Matching refs:test_spec
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()
511 static bool should_do_test_run(struct test_spec *spec, struct test_subspec *subspec) in should_do_test_run()
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()
681 struct test_spec *spec = &specs[i++]; in process_subtest()