Lines Matching refs:IO_URING_F_NONBLOCK
88 if (issue_flags & IO_URING_F_NONBLOCK) in io_shutdown()
295 if (issue_flags & IO_URING_F_NONBLOCK) in io_sendmsg()
303 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_sendmsg()
371 if (issue_flags & IO_URING_F_NONBLOCK) in io_send()
379 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_send()
715 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_recvmsg()
827 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_recv()
1101 if (issue_flags & IO_URING_F_NONBLOCK) in io_send_zc()
1111 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_send_zc()
1171 if (issue_flags & IO_URING_F_NONBLOCK) in io_sendmsg_zc()
1181 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_sendmsg_zc()
1266 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_accept()
1356 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_socket()
1399 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_connect()