Lines Matching refs:IORING_SETUP_IOPOLL
476 if (should_hash || (ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_async_work()
1478 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()
1773 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && def->iopoll_queue) in io_issue_sqe()
1789 if (WARN_ON_ONCE(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_poll_issue()
1887 if (!(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_wq_submit_work()
2100 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()
3583 if ((flags & IORING_SETUP_HYBRID_IOPOLL) && !(flags & IORING_SETUP_IOPOLL)) in io_uring_sanitise_params()
3687 !(ctx->flags & IORING_SETUP_IOPOLL) && in io_uring_create()
3691 if (ctx->task_complete || (ctx->flags & IORING_SETUP_IOPOLL)) in io_uring_create()
3707 if (ctx->flags & IORING_SETUP_IOPOLL && in io_uring_create()
3812 if (p.flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL | in io_uring_setup()