Lines Matching refs:IO_URING_F_NONBLOCK
111 WARN_ON_ONCE(issue_flags & IO_URING_F_NONBLOCK); in io_shutdown()
543 if (issue_flags & IO_URING_F_NONBLOCK) in io_sendmsg()
553 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_sendmsg()
593 if (issue_flags & IO_URING_F_NONBLOCK) in io_send()
650 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_send()
981 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_recvmsg()
1134 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_recv()
1391 if (issue_flags & IO_URING_F_NONBLOCK) in io_send_zc()
1402 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_send_zc()
1453 if (issue_flags & IO_URING_F_NONBLOCK) in io_sendmsg_zc()
1464 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_sendmsg_zc()
1546 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_accept()
1656 if (ret == -EAGAIN && (issue_flags & IO_URING_F_NONBLOCK)) in io_socket()
1697 bool force_nonblock = issue_flags & IO_URING_F_NONBLOCK; in io_connect()