Searched refs:run_test_case (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/tools/testing/selftests/net/ |
H A D | rxtimestamp.c | 277 bool run_test_case(struct socket_type *s, int test_num, char ip_version, in run_test_case() function 418 if (run_test_case(&socket_types[s], t, '4', in main() 422 if (run_test_case(&socket_types[s], t, '6', in main()
|
/openbmc/linux/tools/testing/selftests/mm/ |
H A D | gup_longterm.c | 421 static void run_test_case(struct test_case const *test_case) in run_test_case() function 452 run_test_case(&test_cases[i]); in main()
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_sock.c | 480 static int run_test_case(int cgfd, const struct sock_test *test) in run_test_case() function 525 if (run_test_case(cgfd, &tests[i])) in run_tests()
|
H A D | test_sock_addr.c | 1317 static int run_test_case(int cgfd, const struct sock_addr_test *test) in run_test_case() function 1395 if (run_test_case(cgfd, &tests[i])) in run_tests()
|
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()
|