Lines Matching refs:IORING_SETUP_IOPOLL
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()
3925 if (ctx->flags & IORING_SETUP_IOPOLL && in io_uring_create()
4074 if (p.flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL | in io_uring_setup()