Searched refs:IORING_SETUP_IOPOLL (Results 1 – 8 of 8) sorted by relevance
295 if (req->ctx->flags & IORING_SETUP_IOPOLL) in io_prep_rw()453 !(ctx->flags & IORING_SETUP_IOPOLL))) in io_rw_should_reissue()598 if (req->ctx->flags & IORING_SETUP_IOPOLL) in io_rw_done()612 if (ret >= 0 && !(req->ctx->flags & IORING_SETUP_IOPOLL)) { in kiocb_done()824 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_rw_init_file()906 if (!force_nonblock && !(req->ctx->flags & IORING_SETUP_IOPOLL)) in __io_read()1126 if (ret2 == -EAGAIN && (req->ctx->flags & IORING_SETUP_IOPOLL)) in io_write()
154 if (req->ctx->flags & IORING_SETUP_IOPOLL) { in io_uring_cmd_done()242 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_uring_cmd()
489 if (should_hash || (ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_async_work()902 if (ctx->task_complete || (ctx->flags & IORING_SETUP_IOPOLL)) { in io_req_complete_post()1489 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()1759 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && def->iopoll_queue) in io_issue_sqe()1863 if (!(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_wq_submit_work()2084 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()3630 !(ctx->flags & IORING_SETUP_IOPOLL) && in io_uring_create()3634 if (ctx->task_complete || (ctx->flags & IORING_SETUP_IOPOLL)) in io_uring_create()3650 if (ctx->flags & IORING_SETUP_IOPOLL && in io_uring_create()3680 if ((ctx->flags & (IORING_SETUP_IOPOLL|IORING_SETUP_HYBRID_IOPOLL)) == in io_uring_create()[all …]
300 if (ctx->flags & IORING_SETUP_IOPOLL) in io_register_napi()
133 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_lockdep_assert_cq_locked()
345 if ((ctx->flags & IORING_SETUP_IOPOLL) && in io_sq_thread()
148 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
166 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro