Searched refs:REQ_F_NOWAIT (Results 1 - 4 of 4) sorted by relevance

/linux-master/io_uring/
H A Drw.c214 if ((req->flags & REQ_F_NOWAIT) || (io_wq_current_is_worker() &&
675 if (req->flags & REQ_F_NOWAIT)
744 req->flags |= REQ_F_NOWAIT;
841 if (req->flags & REQ_F_NOWAIT)
849 (req->flags & REQ_F_NOWAIT) || !need_complete_io(req)) {
1075 if (ret2 == -EAGAIN && (req->flags & REQ_F_NOWAIT))
H A Dnet.c400 req->flags |= REQ_F_NOWAIT;
648 req->flags |= REQ_F_NOWAIT;
1095 req->flags |= REQ_F_NOWAIT;
H A Dio_uring.c2011 * If REQ_F_NOWAIT is set, then don't wait or retry with
2014 if (req->flags & REQ_F_NOWAIT)
2082 if (ret != -EAGAIN || (req->flags & REQ_F_NOWAIT)) {
/linux-master/include/linux/
H A Dio_uring_types.h514 REQ_F_NOWAIT = IO_REQ_FLAG(REQ_F_NOWAIT_BIT), enumerator in enum:__anon53

Completed in 145 milliseconds