Searched refs:IORING_SETUP_IOPOLL (Results 1 – 9 of 9) sorted by relevance
157 if (target_ctx->flags & IORING_SETUP_IOPOLL) { in __io_msg_ring_data()163 if (target_ctx->flags & IORING_SETUP_IOPOLL) in __io_msg_ring_data()
55 #define IORING_SETUP_FLAGS (IORING_SETUP_IOPOLL |\227 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_lockdep_assert_cq_locked()
164 if (ctx->flags & (IORING_SETUP_SQPOLL | IORING_SETUP_IOPOLL)) in io_install_bpf()
313 if (ctx->flags & IORING_SETUP_IOPOLL) in io_register_napi()
264 if (ctx->flags & IORING_SETUP_IOPOLL && file->f_op->uring_cmd_iopoll) { in io_uring_cmd()
376 if ((ctx->flags & IORING_SETUP_IOPOLL) && in io_sq_thread()
276 if (req->ctx->flags & IORING_SETUP_IOPOLL) in __io_prep_rw() 876 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_rw_init_file()
148 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
174 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro