Lines Matching +defs:val +defs:spec
126 static void free_test_spec(struct test_spec *spec) in free_test_spec()
263 static int parse_int(const char *str, int *val, const char *name) in parse_int()
281 static int parse_caps(const char *str, __u64 *val, const char *name) in parse_caps()
312 static int parse_retval(const char *str, int *val, const char *name) in parse_retval()
316 int val; in parse_retval() member
397 struct test_spec *spec) in parse_test_spec()
430 const char *s, *val, *msg; in parse_test_spec() local
647 struct test_spec *spec, in prepare_case()
798 static bool can_execute_unpriv(struct test_loader *tester, struct test_spec *spec) in can_execute_unpriv()
870 static bool should_do_test_run(struct test_spec *spec, struct test_subspec *subspec) in should_do_test_run()
927 struct test_spec *spec, in run_subtest()
1137 struct test_spec *spec = &specs[i++]; in process_subtest() local