Home
last modified time | relevance | path

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

/linux-6.12.1/io_uring/
Drw.c424 if ((req->flags & REQ_F_NOWAIT) || (io_wq_current_is_worker() && in io_rw_should_reissue()
741 if (req->flags & REQ_F_NOWAIT) in io_rw_should_retry()
811 req->flags |= REQ_F_NOWAIT; in io_rw_init_file()
884 if (req->flags & REQ_F_NOWAIT) in __io_read()
890 (req->flags & REQ_F_NOWAIT) || !need_complete_io(req)) { in __io_read()
1096 if (ret2 == -EAGAIN && (req->flags & REQ_F_NOWAIT)) in io_write()
Dnet.c427 req->flags |= REQ_F_NOWAIT; in io_sendmsg_prep()
791 req->flags |= REQ_F_NOWAIT; in io_recvmsg_prep()
1283 req->flags |= REQ_F_NOWAIT; in io_send_zc_prep()
1539 req->flags |= REQ_F_NOWAIT; in io_accept_prep()
Dio_uring.c1856 if (req->flags & REQ_F_NOWAIT) in io_wq_submit_work()
1924 if (ret != -EAGAIN || (req->flags & REQ_F_NOWAIT)) { in io_queue_async()
/linux-6.12.1/include/linux/
Dio_uring_types.h502 REQ_F_NOWAIT = IO_REQ_FLAG(REQ_F_NOWAIT_BIT), enumerator