Searched refs:IORING_SETUP_IOPOLL (Results 1 – 3 of 3) sorted by relevance
1790 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_overflow_flush()1793 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_overflow_flush()2568 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()2677 !(ctx->flags & IORING_SETUP_IOPOLL))) in io_rw_should_reissue()2916 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_prep_rw()3749 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_renameat_prep()4125 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_nop()4139 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_fsync_prep()4724 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_sfr_prep()7530 if ((ctx->flags & IORING_SETUP_IOPOLL) && in io_sq_thread()[all …]
94 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
400 p.flags |= IORING_SETUP_IOPOLL; in setup_ring()
Completed in 28 milliseconds