Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c776 REQ_F_NOWAIT = BIT(REQ_F_NOWAIT_BIT), enumerator
2716 if ((req->flags & REQ_F_NOWAIT) || (io_wq_current_is_worker() && in io_rw_should_reissue()
2990 req->flags |= REQ_F_NOWAIT; in io_prep_rw()
3562 if (req->flags & REQ_F_NOWAIT) in io_rw_should_retry()
3660 if (req->flags & REQ_F_NOWAIT) in io_read()
3666 (req->flags & REQ_F_NOWAIT) || !need_read_all(req)) { in io_read()
3820 if (ret2 == -EAGAIN && (req->flags & REQ_F_NOWAIT)) in io_write()
4937 req->flags |= REQ_F_NOWAIT; in io_sendmsg_prep()
5190 req->flags |= REQ_F_NOWAIT; in io_recvmsg_prep()
7088 if (req->flags & REQ_F_NOWAIT) in io_wq_submit_work()
[all …]