Searched refs:REQ_F_NOWAIT (Results 1 – 4 of 4) sorted by relevance
194 if ((req->flags & REQ_F_NOWAIT) || (io_wq_current_is_worker() && in io_rw_should_reissue()608 if (req->flags & REQ_F_NOWAIT) in io_rw_should_retry()676 req->flags |= REQ_F_NOWAIT; in io_rw_init_file()770 if (req->flags & REQ_F_NOWAIT) in io_read()778 (req->flags & REQ_F_NOWAIT) || !need_complete_io(req)) { in io_read()929 if (ret2 == -EAGAIN && (req->flags & REQ_F_NOWAIT)) in io_write()
258 req->flags |= REQ_F_NOWAIT; in io_sendmsg_prep()556 req->flags |= REQ_F_NOWAIT; in io_recvmsg_prep()975 req->flags |= REQ_F_NOWAIT; in io_send_zc_prep()
1887 if (ret != -EAGAIN || (req->flags & REQ_F_NOWAIT)) { in io_queue_async()
423 REQ_F_NOWAIT = BIT(REQ_F_NOWAIT_BIT), enumerator