Home
last modified time | relevance | path

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

/Linux-v6.6/io_uring/
Drw.c195 if ((req->flags & REQ_F_NOWAIT) || (io_wq_current_is_worker() && in io_rw_should_reissue()
623 if (req->flags & REQ_F_NOWAIT) in io_rw_should_retry()
692 req->flags |= REQ_F_NOWAIT; in io_rw_init_file()
786 if (req->flags & REQ_F_NOWAIT) in io_read()
794 (req->flags & REQ_F_NOWAIT) || !need_complete_io(req)) { in io_read()
935 if (ret2 == -EAGAIN && (req->flags & REQ_F_NOWAIT)) in io_write()
Dnet.c284 req->flags |= REQ_F_NOWAIT; in io_sendmsg_prep()
587 req->flags |= REQ_F_NOWAIT; in io_recvmsg_prep()
1034 req->flags |= REQ_F_NOWAIT; in io_send_zc_prep()
Dio_uring.c1967 if (req->flags & REQ_F_NOWAIT) in io_wq_submit_work()
2034 if (ret != -EAGAIN || (req->flags & REQ_F_NOWAIT)) { in io_queue_async()
/Linux-v6.6/include/linux/
Dio_uring_types.h451 REQ_F_NOWAIT = BIT(REQ_F_NOWAIT_BIT), enumerator