Lines Matching refs:IORING_SETUP_IOPOLL
470 if (should_hash || (ctx->flags & IORING_SETUP_IOPOLL))
716 if (ctx->flags & IORING_SETUP_IOPOLL)
719 if (ctx->flags & IORING_SETUP_IOPOLL)
1023 !(req->ctx->flags & IORING_SETUP_IOPOLL)) {
1572 if (!(ctx->flags & IORING_SETUP_IOPOLL))
1872 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && def->iopoll_queue)
1953 if (!(req->ctx->flags & IORING_SETUP_IOPOLL))
2176 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL))
3868 !(ctx->flags & IORING_SETUP_IOPOLL) &&
3872 if (ctx->task_complete || (ctx->flags & IORING_SETUP_IOPOLL))
3888 if (ctx->flags & IORING_SETUP_IOPOLL &&
4037 if (p.flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL |