Lines Matching defs:REQ_F_NOWAIT
776 REQ_F_NOWAIT = BIT(REQ_F_NOWAIT_BIT),
2711 if ((req->flags & REQ_F_NOWAIT) || (io_wq_current_is_worker() &&
2985 req->flags |= REQ_F_NOWAIT;
3557 if (req->flags & REQ_F_NOWAIT)
3655 if (req->flags & REQ_F_NOWAIT)
3661 (req->flags & REQ_F_NOWAIT) || !need_read_all(req)) {
3815 if (ret2 == -EAGAIN && (req->flags & REQ_F_NOWAIT))
4789 req->flags |= REQ_F_NOWAIT;
5040 req->flags |= REQ_F_NOWAIT;
6911 * If REQ_F_NOWAIT is set, then don't wait or retry with
6914 if (req->flags & REQ_F_NOWAIT)
7093 } else if (ret == -EAGAIN && !(req->flags & REQ_F_NOWAIT)) {