Lines Matching refs:IO_URING_F_NONBLOCK
105 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_shutdown()
322 if (issue_flags & IO_URING_F_NONBLOCK) in io_sendmsg()
330 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_sendmsg()
399 if (issue_flags & IO_URING_F_NONBLOCK) in io_send()
408 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_send()
765 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_recvmsg()
875 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_recv()
1159 if (issue_flags & IO_URING_F_NONBLOCK) in io_send_zc()
1170 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_send_zc()
1232 if (issue_flags & IO_URING_F_NONBLOCK) in io_sendmsg_zc()
1242 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_sendmsg_zc()
1326 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_accept()
1419 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_socket()
1462 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_connect()