Searched refs:IORING_SETUP_IOPOLL (Results 1 – 6 of 6) sorted by relevance
54 #define IORING_SETUP_FLAGS (IORING_SETUP_IOPOLL |\225 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_lockdep_assert_cq_locked()
313 if (ctx->flags & IORING_SETUP_IOPOLL) in io_register_napi()
1183 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()1811 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()2835 if ((flags & IORING_SETUP_HYBRID_IOPOLL) && !(flags & IORING_SETUP_IOPOLL)) in io_uring_sanitise_params()3001 !(ctx->flags & IORING_SETUP_IOPOLL)) in io_uring_create()3005 (ctx->flags & IORING_SETUP_IOPOLL)) in io_uring_create()3021 if (ctx->flags & IORING_SETUP_IOPOLL && in io_uring_create()
290 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