Home
last modified time | relevance | path

Searched refs:IORING_SETUP_SQPOLL (Results 1 – 9 of 9) sorted by relevance

/linux/io_uring/
H A Dsqpoll.c452 if ((ctx->flags & (IORING_SETUP_ATTACH_WQ | IORING_SETUP_SQPOLL)) == in io_sq_offload_create()
460 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_sq_offload_create()
H A Dfdinfo.c170 if (ctx->flags & IORING_SETUP_SQPOLL) { in __io_uring_show_fdinfo()
H A Dnapi.c359 if (ctx->flags & IORING_SETUP_SQPOLL) in __io_napi_busy_loop()
H A Dregister.c207 if (!(ctx->flags & IORING_SETUP_SQPOLL)) { in __io_register_iowq_aff()
271 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_register_iowq_max_workers()
H A Dio_uring.c1288 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_req_normal_work_add()
1714 if ((ctx->flags & IORING_SETUP_SQPOLL) && in io_iopoll_req_issued()
3268 if (ctx->flags & IORING_SETUP_SQPOLL) { in SYSCALL_DEFINE6()
3447 if (flags & IORING_SETUP_SQPOLL) { in io_uring_sanitise_params()
3603 !(ctx->flags & IORING_SETUP_SQPOLL)) in io_uring_create()
3623 !(ctx->flags & IORING_SETUP_SQPOLL)) in io_uring_create()
3634 if (ctx->flags & (IORING_SETUP_SQPOLL|IORING_SETUP_COOP_TASKRUN)) in io_uring_create()
H A Dcancel.c540 if ((!(ctx->flags & IORING_SETUP_SQPOLL) && cancel_all) || in io_uring_try_cancel_requests()
/linux/tools/include/uapi/linux/
H A Dio_uring.h149 #define IORING_SETUP_SQPOLL (1U << 1) /* SQ poll thread */ macro
/linux/include/uapi/linux/
H A Dio_uring.h173 #define IORING_SETUP_SQPOLL (1U << 1) /* SQ poll thread */ macro
/linux/include/trace/events/
H A Dio_uring.h387 __entry->sq_thread = req->ctx->flags & IORING_SETUP_SQPOLL;