Searched refs:IORING_SETUP_SQPOLL (Results 1 – 10 of 10) sorted by relevance
447 if ((ctx->flags & (IORING_SETUP_ATTACH_WQ | IORING_SETUP_SQPOLL)) == in io_sq_offload_create()455 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_sq_offload_create()
164 if (ctx->flags & (IORING_SETUP_SQPOLL | IORING_SETUP_IOPOLL)) in io_install_bpf()
225 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_req_normal_work_add()
374 if (ctx->flags & IORING_SETUP_SQPOLL) in __io_napi_busy_loop()
304 if (!(ctx->flags & IORING_SETUP_SQPOLL)) { in __io_register_iowq_aff()368 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_register_iowq_max_workers()
56 IORING_SETUP_SQPOLL |\
546 if ((!(ctx->flags & IORING_SETUP_SQPOLL) && cancel_all) || in io_uring_try_cancel_requests()
149 #define IORING_SETUP_SQPOLL (1U << 1) /* SQ poll thread */ macro
175 #define IORING_SETUP_SQPOLL (1U << 1) /* SQ poll thread */ macro
387 __entry->sq_thread = req->ctx->flags & IORING_SETUP_SQPOLL;