Searched refs:run_test_case (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/net/ |
H A D | rxtimestamp.c | 295 bool run_test_case(struct socket_type *s, int test_num, char ip_version, in run_test_case() function 436 if (run_test_case(&socket_types[s], t, '4', in main() 440 if (run_test_case(&socket_types[s], t, '6', in main()
|
/linux/tools/testing/selftests/mm/ |
H A D | gup_longterm.c | 430 static void run_test_case(struct test_case const *test_case) in run_test_case() 461 run_test_case(&test_cases[i]); 422 static void run_test_case(struct test_case const *test_case) run_test_case() function
|
/linux/tools/testing/selftests/bpf/ |
H A D | test_sysctl.c | 1543 static int run_test_case(int cgfd, struct sysctl_test *test) in run_test_case() function 1602 if (run_test_case(cgfd, &tests[i])) in run_tests()
|