Searched refs:IORING_SETUP_IOPOLL (Results 1 – 9 of 9) sorted by relevance
113 if (ctx->flags & IORING_SETUP_IOPOLL) in io_uring_cmd_mark_cancelable()170 if (req->ctx->flags & IORING_SETUP_IOPOLL) { in __io_uring_cmd_done()260 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_uring_cmd()
290 if (req->ctx->flags & IORING_SETUP_IOPOLL) in __io_prep_rw()507 !(ctx->flags & IORING_SETUP_IOPOLL))) in io_rw_should_reissue()643 if (req->ctx->flags & IORING_SETUP_IOPOLL) in io_rw_done()657 if (ret >= 0 && !(req->ctx->flags & IORING_SETUP_IOPOLL)) { in kiocb_done()876 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_rw_init_file()966 if (!force_nonblock && !(req->ctx->flags & IORING_SETUP_IOPOLL)) in __io_read()1191 if (ret2 == -EAGAIN && (req->ctx->flags & IORING_SETUP_IOPOLL)) in io_write()
137 if (target_ctx->flags & IORING_SETUP_IOPOLL) { in __io_msg_ring_data()143 if (target_ctx->flags & IORING_SETUP_IOPOLL) in __io_msg_ring_data()
381 if (should_hash || (ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_async_work()1163 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()1422 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && def->iopoll_queue) in io_issue_sqe()1438 if (WARN_ON_ONCE(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_poll_issue()1536 if (!(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_wq_submit_work()1793 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()2791 if ((flags & IORING_SETUP_HYBRID_IOPOLL) && !(flags & IORING_SETUP_IOPOLL)) in io_uring_sanitise_params()2957 !(ctx->flags & IORING_SETUP_IOPOLL)) in io_uring_create()2960 if (ctx->task_complete || (ctx->flags & IORING_SETUP_IOPOLL)) in io_uring_create()2976 if (ctx->flags & IORING_SETUP_IOPOLL && in io_uring_create()
54 #define IORING_SETUP_FLAGS (IORING_SETUP_IOPOLL |\224 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_lockdep_assert_cq_locked()
300 if (ctx->flags & IORING_SETUP_IOPOLL) in io_register_napi()
381 if ((ctx->flags & IORING_SETUP_IOPOLL) && in io_sq_thread()
148 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
172 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro