Home
last modified time | relevance | path

Searched refs:use_io_uring (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt.c1074 static int call_setsockopt(bool use_io_uring, int fd, int level, int optname, in call_setsockopt() argument
1077 if (use_io_uring) in call_setsockopt()
1084 static int call_getsockopt(bool use_io_uring, int fd, int level, int optname, in call_getsockopt() argument
1087 if (use_io_uring) in call_getsockopt()
1093 static int run_test(int cgroup_fd, struct sockopt_test *test, bool use_io_uring, in run_test() argument
1143 err = call_setsockopt(use_io_uring, sock_fd, test->set_level, in run_test()
1172 err = call_getsockopt(use_io_uring, sock_fd, test->get_level, in run_test()