Lines Matching refs:test_spec
79 struct test_spec { struct
124 static void free_test_spec(struct test_spec *spec) in free_test_spec()
364 struct test_spec *spec) in parse_test_spec()
608 struct test_spec *spec, in prepare_case()
759 static bool can_execute_unpriv(struct test_loader *tester, struct test_spec *spec) in can_execute_unpriv()
831 static bool should_do_test_run(struct test_spec *spec, struct test_subspec *subspec) in should_do_test_run()
887 struct test_spec *specs, in run_subtest()
888 struct test_spec *spec, in run_subtest()
894 struct test_spec *spec_iter; in run_subtest()
1057 struct test_spec *specs = NULL; in process_subtest()
1076 specs = calloc(nr_progs, sizeof(struct test_spec)); in process_subtest()
1091 struct test_spec *spec = &specs[i++]; in process_subtest()