Searched refs:IORING_SETUP_SQPOLL (Results 1 – 6 of 6) sorted by relevance
341 if ((ctx->flags & (IORING_SETUP_ATTACH_WQ | IORING_SETUP_SQPOLL)) == in io_sq_offload_create()354 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_sq_offload_create()
145 if (has_lock && (ctx->flags & IORING_SETUP_SQPOLL)) { in io_uring_show_fdinfo()
1748 if ((ctx->flags & IORING_SETUP_SQPOLL) && in io_iopoll_req_issued()3311 if ((!(ctx->flags & IORING_SETUP_SQPOLL) && cancel_all) || in io_uring_try_cancel_requests()3648 if (ctx->flags & IORING_SETUP_SQPOLL) { in SYSCALL_DEFINE6()3906 !(ctx->flags & IORING_SETUP_SQPOLL)) in io_uring_create()3926 !(ctx->flags & IORING_SETUP_SQPOLL)) in io_uring_create()3938 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_uring_create()4074 if (p.flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL | in io_uring_setup()4271 if (!(ctx->flags & IORING_SETUP_SQPOLL)) { in __io_register_iowq_aff()4334 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_register_iowq_max_workers()
958 if (req->ctx->flags & (IORING_SETUP_SQPOLL|IORING_SETUP_SINGLE_ISSUER)) in io_poll_add()
141 #define IORING_SETUP_SQPOLL (1U << 1) /* SQ poll thread */ macro
393 __entry->sq_thread = req->ctx->flags & IORING_SETUP_SQPOLL;