Searched refs:IORING_SETUP_IOPOLL (Results 1 – 9 of 9) sorted by relevance
113 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()
55 if (req->ctx->flags & IORING_SETUP_IOPOLL) in io_uring_cmd_done()122 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_uring_cmd()
195 !(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()
428 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 …]
83 if (ctx->flags & IORING_SETUP_IOPOLL) { \
272 if ((ctx->flags & IORING_SETUP_IOPOLL) && in io_sq_thread()
171 if (ctx->flags & IORING_SETUP_IOPOLL) { in __io_rsrc_put_work()
140 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
400 p.flags |= IORING_SETUP_IOPOLL; in setup_ring()
Completed in 24 milliseconds