Searched refs:IORING_SETUP_IOPOLL (Results 1 – 3 of 3) sorted by relevance
92 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
1389 if (def->hash_reg_file || (ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_async_work()2436 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()2797 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_prep_rw()3421 if (!force_nonblock && !(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_read()3574 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && ret2 == -EAGAIN) in io_write()3599 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in __io_splice_prep()3700 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_nop()3714 if (unlikely(ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_fsync()3751 if (unlikely(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_fallocate_prep()3807 if (unlikely(req->ctx->flags & (IORING_SETUP_IOPOLL|IORING_SETUP_SQPOLL))) in io_openat_prep()[all …]
400 p.flags |= IORING_SETUP_IOPOLL; in setup_ring()