Lines Matching refs:test_spec
87 struct test_spec { struct
133 static void free_test_spec(struct test_spec *spec) in free_test_spec()
398 struct test_spec *spec) in parse_test_spec()
661 struct test_spec *spec, in prepare_case()
812 static bool can_execute_unpriv(struct test_loader *tester, struct test_spec *spec) in can_execute_unpriv()
884 static bool should_do_test_run(struct test_spec *spec, struct test_subspec *subspec) in should_do_test_run()
940 struct test_spec *specs, in run_subtest()
941 struct test_spec *spec, in run_subtest()
948 struct test_spec *spec_iter; in run_subtest()
1125 struct test_spec *specs = NULL; in process_subtest()
1144 specs = calloc(nr_progs, sizeof(struct test_spec)); in process_subtest()
1159 struct test_spec *spec = &specs[i++]; in process_subtest()