Searched refs:IORING_SETUP_IOPOLL (Results 1 – 3 of 3) sorted by relevance
1410 if (def->hash_reg_file || (ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_async_work()1681 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_overflow_flush()1684 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_overflow_flush()2505 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()2614 !(ctx->flags & IORING_SETUP_IOPOLL))) in io_rw_should_reissue()2872 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_prep_rw()3497 if (!force_nonblock && !(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_read()3660 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && ret2 == -EAGAIN) in io_write()3683 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_renameat_prep()3734 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_unlinkat_prep()[all …]
94 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
400 p.flags |= IORING_SETUP_IOPOLL; in setup_ring()