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

/linux-master/io_uring/
H A Drw.c414 if ((req->flags & REQ_F_NOWAIT) || (io_wq_current_is_worker() &&
732 if (req->flags & REQ_F_NOWAIT)
802 req->flags |= REQ_F_NOWAIT;
868 if (req->flags & REQ_F_NOWAIT)
874 (req->flags & REQ_F_NOWAIT) || !need_complete_io(req)) {
1067 if (ret2 == -EAGAIN && (req->flags & REQ_F_NOWAIT))
H A Dnet.c417 req->flags |= REQ_F_NOWAIT;
772 req->flags |= REQ_F_NOWAIT;
1259 req->flags |= REQ_F_NOWAIT;
1523 req->flags |= REQ_F_NOWAIT;
H A Dio_uring.c1865 * If REQ_F_NOWAIT is set, then don't wait or retry with
1868 if (req->flags & REQ_F_NOWAIT)
1936 if (ret != -EAGAIN || (req->flags & REQ_F_NOWAIT)) {
/linux-master/include/linux/
H A Dio_uring_types.h507 REQ_F_NOWAIT = IO_REQ_FLAG(REQ_F_NOWAIT_BIT), enumerator in enum:__anon2241

Completed in 196 milliseconds