Home
last modified time | relevance | path

Searched refs:IORING_SETUP_IOPOLL (Results 1 – 7 of 7) sorted by relevance

/linux/io_uring/
H A Drw.c290 if (req->ctx->flags & IORING_SETUP_IOPOLL) in __io_prep_rw()
876 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_rw_init_file()
H A Dio_uring.c1171 if (!(ctx->flags & IORING_SETUP_IOPOLL)) in io_iopoll_try_reap_events()
1795 if (!def->iopoll && (ctx->flags & IORING_SETUP_IOPOLL)) in io_init_req()
2818 if ((flags & IORING_SETUP_HYBRID_IOPOLL) && !(flags & IORING_SETUP_IOPOLL)) in io_uring_sanitise_params()
2984 !(ctx->flags & IORING_SETUP_IOPOLL)) in io_uring_create()
2988 (ctx->flags & IORING_SETUP_IOPOLL)) in io_uring_create()
3004 if (ctx->flags & IORING_SETUP_IOPOLL && in io_uring_create()
H A Dio_uring.h54 #define IORING_SETUP_FLAGS (IORING_SETUP_IOPOLL |\
225 if (ctx->flags & IORING_SETUP_IOPOLL) { in io_lockdep_assert_cq_locked()
H A Dnapi.c300 if (ctx->flags & IORING_SETUP_IOPOLL) in io_register_napi()
H A Dsqpoll.c381 if ((ctx->flags & IORING_SETUP_IOPOLL) && in io_sq_thread()
/linux/tools/include/uapi/linux/
H A Dio_uring.h148 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */ macro
/linux/include/uapi/linux/
H A Dio_uring.h174 #define IORING_SETUP_IOPOLL (1U << 0) /* io_context is polled */
172 #define IORING_SETUP_IOPOLL global() macro