Home
last modified time | relevance | path

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

/linux/io_uring/
H A Drw.c506 if ((req->flags & REQ_F_NOWAIT) || (io_wq_current_is_worker() && in io_rw_should_reissue()
805 if (req->flags & (REQ_F_NOWAIT | REQ_F_HAS_METADATA)) in io_rw_should_retry()
874 req->flags |= REQ_F_NOWAIT; in io_rw_init_file()
969 if (req->flags & REQ_F_NOWAIT) in __io_read()
975 (req->flags & REQ_F_NOWAIT) || !need_complete_io(req) || in __io_read()
1187 if (ret2 == -EAGAIN && (req->flags & REQ_F_NOWAIT)) in io_write()
H A Dnet.c431 req->flags |= REQ_F_NOWAIT; in io_sendmsg_prep()
803 req->flags |= REQ_F_NOWAIT; in io_recvmsg_prep()
1371 req->flags |= REQ_F_NOWAIT; in io_send_zc_prep()
1645 req->flags |= REQ_F_NOWAIT; in io_accept()
H A Dio_uring.c1524 * If REQ_F_NOWAIT is set, then don't wait or retry with in io_wq_submit_work()
1527 if (req->flags & REQ_F_NOWAIT) in io_wq_submit_work()
1605 if (ret != -EAGAIN || (req->flags & REQ_F_NOWAIT)) { in io_queue_async()
/linux/include/linux/
H A Dio_uring_types.h579 REQ_F_NOWAIT = IO_REQ_FLAG(REQ_F_NOWAIT_BIT), enumerator