Searched refs:use_io_uring (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | sockopt.c | 1052 static int call_setsockopt(bool use_io_uring, int fd, int level, int optname, in call_setsockopt() argument 1055 if (use_io_uring) in call_setsockopt() 1062 static int call_getsockopt(bool use_io_uring, int fd, int level, int optname, in call_getsockopt() argument 1065 if (use_io_uring) in call_getsockopt() 1071 static int run_test(int cgroup_fd, struct sockopt_test *test, bool use_io_uring, in run_test() argument 1121 err = call_setsockopt(use_io_uring, sock_fd, test->set_level, in run_test() 1150 err = call_getsockopt(use_io_uring, sock_fd, test->get_level, in run_test()
|