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()694 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_rw_init_file()783 if (!force_nonblock && !(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_read()939 if (ret2 == -EAGAIN && (req->ctx->flags & IORING_SETUP_IOPOLL)) in io_write()
481 if (should_hash || (ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_async_work()727 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_do_overflow_flush()730 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_do_overflow_flush()1034 !(req->ctx->flags & IORING_SETUP_IOPOLL)) { in io_req_complete_post()1599 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()1895 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && def->iopoll_queue) in io_issue_sqe()1976 if (!(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_wq_submit_work()2199 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()3905 !(ctx->flags & IORING_SETUP_IOPOLL) && in io_uring_create()3909 if (ctx->task_complete || (ctx->flags & IORING_SETUP_IOPOLL)) in io_uring_create()[all …]
94 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_lockdep_assert_cq_locked()
275 if ((ctx->flags & IORING_SETUP_IOPOLL) && in io_sq_thread()
140 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro