Searched refs:IORING_SETUP_IOPOLL (Results 1 – 7 of 7) sorted by relevance
113 if (target_ctx->flags & IORING_SETUP_IOPOLL) in io_msg_tw_complete()117 if (target_ctx->flags & IORING_SETUP_IOPOLL) in io_msg_tw_complete()147 if (target_ctx->flags & IORING_SETUP_IOPOLL) { in io_msg_ring_data()
65 if (req->ctx->flags & IORING_SETUP_IOPOLL) { in io_uring_cmd_done()131 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_uring_cmd()
190 !(ctx->flags & IORING_SETUP_IOPOLL))) in io_rw_should_reissue()692 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_rw_init_file()789 if (!force_nonblock && !(req->ctx->flags & IORING_SETUP_IOPOLL)) in __io_read()975 if (ret2 == -EAGAIN && (req->ctx->flags & IORING_SETUP_IOPOLL)) in io_write()
470 if (should_hash || (ctx->flags & IORING_SETUP_IOPOLL)) in io_prep_async_work()1043 !(req->ctx->flags & IORING_SETUP_IOPOLL)) { in io_req_complete_post()1592 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()1894 if ((req->ctx->flags & IORING_SETUP_IOPOLL) && def->iopoll_queue) in io_issue_sqe()1975 if (!(req->ctx->flags & IORING_SETUP_IOPOLL)) in io_wq_submit_work()2205 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()3902 !(ctx->flags & IORING_SETUP_IOPOLL) && in io_uring_create()3906 if (ctx->task_complete || (ctx->flags & IORING_SETUP_IOPOLL)) in io_uring_create()3922 if (ctx->flags & IORING_SETUP_IOPOLL && in io_uring_create()4071 if (p.flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL | in io_uring_setup()
102 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_lockdep_assert_cq_locked()
291 if ((ctx->flags & IORING_SETUP_IOPOLL) && in io_sq_thread()
140 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro