Searched refs:IORING_SETUP_IOPOLL (Results 1 – 7 of 7) sorted by relevance
55 if (req->ctx->flags & IORING_SETUP_IOPOLL) in io_uring_cmd_done()122 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_uring_cmd()
195 !(ctx->flags & IORING_SETUP_IOPOLL))) in io_rw_should_reissue()678 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_rw_init_file()767 if (!force_nonblock && !(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_read()933 if (ret2 == -EAGAIN && (req->ctx->flags & IORING_SETUP_IOPOLL)) in io_write()
425 if (def->hash_reg_file || (ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_async_work()649 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_overflow_flush()652 if (ctx->flags & IORING_SETUP_IOPOLL) in io_cqring_overflow_flush()1389 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()1760 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && req->file) in io_issue_sqe()1829 if (!(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_wq_submit_work()2049 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()3455 if (ctx->flags & IORING_SETUP_IOPOLL && in io_uring_create()3592 if (p.flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL | in io_uring_setup()
272 if ((ctx->flags & IORING_SETUP_IOPOLL) && in io_sq_thread()
171 if (ctx->flags & IORING_SETUP_IOPOLL) { in __io_rsrc_put_work()
132 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
400 p.flags |= IORING_SETUP_IOPOLL; in setup_ring()