Searched refs:IORING_SETUP_IOPOLL (Results 1 – 7 of 7) 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()
65 if (req->ctx->flags & IORING_SETUP_IOPOLL) { in io_uring_cmd_done()131 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_uring_cmd()
196 !(ctx->flags & IORING_SETUP_IOPOLL))) in io_rw_should_reissue()698 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_rw_init_file()787 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()
484 if (should_hash || (ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_async_work()730 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_do_overflow_flush()733 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_do_overflow_flush()1037 !(req->ctx->flags & IORING_SETUP_IOPOLL)) { in io_req_complete_post()1602 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()1902 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && def->iopoll_queue) in io_issue_sqe()1983 if (!(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_wq_submit_work()2206 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()3923 !(ctx->flags & IORING_SETUP_IOPOLL) && in io_uring_create()3927 if (ctx->task_complete || (ctx->flags & IORING_SETUP_IOPOLL)) in io_uring_create()[all …]
104 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_lockdep_assert_cq_locked()
282 if ((ctx->flags & IORING_SETUP_IOPOLL) && in io_sq_thread()
140 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro