Lines Matching refs:test_spec
87 struct test_spec { struct
133 static void free_test_spec(struct test_spec *spec) in free_test_spec()
404 struct test_spec *spec) in parse_test_spec()
667 struct test_spec *spec, in prepare_case()
818 static bool can_execute_unpriv(struct test_loader *tester, struct test_spec *spec) in can_execute_unpriv()
890 static bool should_do_test_run(struct test_spec *spec, struct test_subspec *subspec) in should_do_test_run()
946 struct test_spec *specs, in run_subtest()
947 struct test_spec *spec, in run_subtest()
954 struct test_spec *spec_iter; in run_subtest()
1129 struct test_spec *specs = NULL; in process_subtest()
1148 specs = calloc(nr_progs, sizeof(struct test_spec)); in process_subtest()
1163 struct test_spec *spec = &specs[i++]; in process_subtest()