Searched refs:IORING_SETUP_SQPOLL (Results 1 – 11 of 11) sorted by relevance
452 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()
177 if (ctx->flags & IORING_SETUP_SQPOLL) { in __io_uring_show_fdinfo()
359 if (ctx->flags & IORING_SETUP_SQPOLL) in __io_napi_busy_loop()
256 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_req_normal_work_add()
25 * When using the SQ poll thread (IORING_SETUP_SQPOLL), the application1303 * If IORING_SETUP_SQPOLL is enabled, sqes are either handle in io_iopoll_req_issued() 1308 if ((ctx->flags & IORING_SETUP_SQPOLL) && in io_iopoll_req_issued() 2617 if (ctx->flags & IORING_SETUP_SQPOLL) { in SYSCALL_DEFINE6() 2793 if ((flags & IORING_SETUP_SQPOLL) || in io_uring_sanitise_params() 2803 if (flags & IORING_SETUP_SQPOLL) { in io_uring_sanitise_params() 3005 !(ctx->flags & IORING_SETUP_SQPOLL)) in io_uring_create() 3017 if (ctx->flags & (IORING_SETUP_SQPOLL|IORING_SETUP_COOP_TASKRUN)) in io_uring_create()
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()
55 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 */250 * IORING_SETUP_SQPOLL. The user must also never change the SQ head and tail173 #define IORING_SETUP_SQPOLL global() macro
387 __entry->sq_thread = req->ctx->flags & IORING_SETUP_SQPOLL;