Searched refs:IORING_SETUP_IOPOLL (Results 1 – 3 of 3) sorted by relevance
50 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
864 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_reap_events()1125 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_prep_rw()1525 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_nop()1540 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_fsync()1588 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_sfr()1635 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_send_recvmsg()1720 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_poll_remove()1841 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_poll_add()1940 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_timeout()2106 if (ctx->flags & IORING_SETUP_IOPOLL) { in __io_submit_sqe()[all …]
400 p.flags |= IORING_SETUP_IOPOLL; in setup_ring()