Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Drw.c189 if ((req->flags & REQ_F_NOWAIT) || (io_wq_current_is_worker() && in io_rw_should_reissue()
621 if (req->flags & REQ_F_NOWAIT) in io_rw_should_retry()
690 req->flags |= REQ_F_NOWAIT; in io_rw_init_file()
792 if (req->flags & REQ_F_NOWAIT) in __io_read()
802 (req->flags & REQ_F_NOWAIT) || !need_complete_io(req)) { in __io_read()
981 if (ret2 == -EAGAIN && (req->flags & REQ_F_NOWAIT)) in io_write()
H A Dnet.c393 req->flags |= REQ_F_NOWAIT; in io_sendmsg_prep()
631 req->flags |= REQ_F_NOWAIT; in io_recvmsg_prep()
1095 req->flags |= REQ_F_NOWAIT; in io_send_zc_prep()
H A Dio_uring.c1974 if (req->flags & REQ_F_NOWAIT) in io_wq_submit_work()
2041 if (ret != -EAGAIN || (req->flags & REQ_F_NOWAIT)) { in io_queue_async()
/openbmc/linux/include/linux/
H A Dio_uring_types.h450 REQ_F_NOWAIT = BIT(REQ_F_NOWAIT_BIT), enumerator