Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/io_uring/
H A Drw.c195 if ((req->flags & REQ_F_NOWAIT) || (io_wq_current_is_worker() && in io_rw_should_reissue()
627 if (req->flags & REQ_F_NOWAIT) in io_rw_should_retry()
696 req->flags |= REQ_F_NOWAIT; in io_rw_init_file()
790 if (req->flags & REQ_F_NOWAIT) in io_read()
798 (req->flags & REQ_F_NOWAIT) || !need_complete_io(req)) { in io_read()
939 if (ret2 == -EAGAIN && (req->flags & REQ_F_NOWAIT)) in io_write()
H A Dnet.c391 req->flags |= REQ_F_NOWAIT; in io_sendmsg_prep()
629 req->flags |= REQ_F_NOWAIT; in io_recvmsg_prep()
1091 req->flags |= REQ_F_NOWAIT; in io_send_zc_prep()
H A Dio_uring.c1941 * If REQ_F_NOWAIT is set, then don't wait or retry with in io_wq_submit_work()
1944 if (req->flags & REQ_F_NOWAIT) in io_wq_submit_work()
2011 if (ret != -EAGAIN || (req->flags & REQ_F_NOWAIT)) {
/kernel/linux/linux-6.6/include/linux/
H A Dio_uring_types.h451 REQ_F_NOWAIT = BIT(REQ_F_NOWAIT_BIT), enumerator
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c776 REQ_F_NOWAIT = BIT(REQ_F_NOWAIT_BIT), enumerator
2711 if ((req->flags & REQ_F_NOWAIT) || (io_wq_current_is_worker() && in io_rw_should_reissue()
2985 req->flags |= REQ_F_NOWAIT; in io_prep_rw()
3557 if (req->flags & REQ_F_NOWAIT) in io_rw_should_retry()
3655 if (req->flags & REQ_F_NOWAIT) in io_read()
3661 (req->flags & REQ_F_NOWAIT) || !need_read_all(req)) { in io_read()
3815 if (ret2 == -EAGAIN && (req->flags & REQ_F_NOWAIT)) in io_write()
4789 req->flags |= REQ_F_NOWAIT; in io_sendmsg_prep()
5040 req->flags |= REQ_F_NOWAIT; in io_recvmsg_prep()
6911 * If REQ_F_NOWAIT i in io_wq_submit_work()
[all...]

Completed in 22 milliseconds