Home
last modified time | relevance | path

Searched refs:IORING_SETUP_IOPOLL (Results 1 – 9 of 9) sorted by relevance

/linux-6.3-rc2/io_uring/
A Dmsg_ring.c113 if (target_ctx->flags & IORING_SETUP_IOPOLL) in io_msg_tw_complete()
117 if (target_ctx->flags & IORING_SETUP_IOPOLL) in io_msg_tw_complete()
147 if (target_ctx->flags & IORING_SETUP_IOPOLL) { in io_msg_ring_data()
A During_cmd.c55 if (req->ctx->flags & IORING_SETUP_IOPOLL) in io_uring_cmd_done()
122 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_uring_cmd()
A Drw.c195 !(ctx->flags & IORING_SETUP_IOPOLL))) in io_rw_should_reissue()
688 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_rw_init_file()
777 if (!force_nonblock && !(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_read()
943 if (ret2 == -EAGAIN && (req->ctx->flags & IORING_SETUP_IOPOLL)) in io_write()
A Dio_uring.c428 if (def->hash_reg_file || (ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_async_work()
703 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_do_overflow_flush()
706 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_do_overflow_flush()
1005 !(req->ctx->flags & IORING_SETUP_IOPOLL)) { in io_req_complete_post()
1561 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()
1924 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && def->iopoll_queue) in io_issue_sqe()
1992 if (!(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_wq_submit_work()
2215 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()
3686 !(ctx->flags & IORING_SETUP_IOPOLL) && in io_uring_create()
3703 if (ctx->flags & IORING_SETUP_IOPOLL && in io_uring_create()
[all …]
A Dio_uring.h83 if (ctx->flags & IORING_SETUP_IOPOLL) { \
A Dsqpoll.c272 if ((ctx->flags & IORING_SETUP_IOPOLL) && in io_sq_thread()
A Drsrc.c171 if (ctx->flags & IORING_SETUP_IOPOLL) { in __io_rsrc_put_work()
/linux-6.3-rc2/include/uapi/linux/
A Dio_uring.h140 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
/linux-6.3-rc2/tools/io_uring/
A Dio_uring-bench.c400 p.flags |= IORING_SETUP_IOPOLL; in setup_ring()

Completed in 24 milliseconds