Symbol: IORING_SETUP_IOPOLL
io_uring/io_uring.c
1163
if (!(ctx->flags & IORING_SETUP_IOPOLL))
io_uring/io_uring.c
1422
if ((req->ctx->flags & IORING_SETUP_IOPOLL) && def->iopoll_queue)
io_uring/io_uring.c
1438
if (WARN_ON_ONCE(req->ctx->flags & IORING_SETUP_IOPOLL))
io_uring/io_uring.c
1536
if (!(req->ctx->flags & IORING_SETUP_IOPOLL))
io_uring/io_uring.c
1793
if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL))
io_uring/io_uring.c
2791
if ((flags & IORING_SETUP_HYBRID_IOPOLL) && !(flags & IORING_SETUP_IOPOLL))
io_uring/io_uring.c
2957
!(ctx->flags & IORING_SETUP_IOPOLL))
io_uring/io_uring.c
2960
if (ctx->task_complete || (ctx->flags & IORING_SETUP_IOPOLL))
io_uring/io_uring.c
2976
if (ctx->flags & IORING_SETUP_IOPOLL &&
io_uring/io_uring.c
381
if (should_hash || (ctx->flags & IORING_SETUP_IOPOLL))
io_uring/io_uring.h
224
if (ctx->flags & IORING_SETUP_IOPOLL) {
io_uring/io_uring.h
54
#define IORING_SETUP_FLAGS (IORING_SETUP_IOPOLL |\
io_uring/msg_ring.c
137
if (target_ctx->flags & IORING_SETUP_IOPOLL) {
io_uring/msg_ring.c
143
if (target_ctx->flags & IORING_SETUP_IOPOLL)
io_uring/napi.c
300
if (ctx->flags & IORING_SETUP_IOPOLL)
io_uring/rw.c
1191
if (ret2 == -EAGAIN && (req->ctx->flags & IORING_SETUP_IOPOLL))
io_uring/rw.c
290
if (req->ctx->flags & IORING_SETUP_IOPOLL)
io_uring/rw.c
507
!(ctx->flags & IORING_SETUP_IOPOLL)))
io_uring/rw.c
643
if (req->ctx->flags & IORING_SETUP_IOPOLL)
io_uring/rw.c
657
if (ret >= 0 && !(req->ctx->flags & IORING_SETUP_IOPOLL)) {
io_uring/rw.c
876
if (ctx->flags & IORING_SETUP_IOPOLL) {
io_uring/rw.c
966
if (!force_nonblock && !(req->ctx->flags & IORING_SETUP_IOPOLL))
io_uring/sqpoll.c
381
if ((ctx->flags & IORING_SETUP_IOPOLL) &&
io_uring/uring_cmd.c
113
if (ctx->flags & IORING_SETUP_IOPOLL)
io_uring/uring_cmd.c
170
if (req->ctx->flags & IORING_SETUP_IOPOLL) {
io_uring/uring_cmd.c
260
if (ctx->flags & IORING_SETUP_IOPOLL) {