Searched refs:IORING_SETUP_SQPOLL (Results 1 – 8 of 8) sorted by relevance
416 if ((ctx->flags & (IORING_SETUP_ATTACH_WQ | IORING_SETUP_SQPOLL)) == in io_sq_offload_create()424 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_sq_offload_create()
1221 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_req_normal_work_add()1628 if ((ctx->flags & IORING_SETUP_SQPOLL) && in io_iopoll_req_issued()3094 if ((!(ctx->flags & IORING_SETUP_SQPOLL) && cancel_all) || in io_uring_try_cancel_requests()3380 if (ctx->flags & IORING_SETUP_SQPOLL) { in SYSCALL_DEFINE6()3568 if (flags & IORING_SETUP_SQPOLL) { in io_uring_sanitise_params()3688 !(ctx->flags & IORING_SETUP_SQPOLL)) in io_uring_create()3708 !(ctx->flags & IORING_SETUP_SQPOLL)) in io_uring_create()3719 if (ctx->flags & (IORING_SETUP_SQPOLL|IORING_SETUP_COOP_TASKRUN)) in io_uring_create()3812 if (p.flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL | in io_uring_setup()
173 if (ctx->flags & IORING_SETUP_SQPOLL) { in __io_uring_show_fdinfo()
359 if (ctx->flags & IORING_SETUP_SQPOLL) in __io_napi_busy_loop()
209 if (!(ctx->flags & IORING_SETUP_SQPOLL)) { in __io_register_iowq_aff()273 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_register_iowq_max_workers()
149 #define IORING_SETUP_SQPOLL (1U << 1) /* SQ poll thread */ macro
168 #define IORING_SETUP_SQPOLL (1U << 1) /* SQ poll thread */ macro
387 __entry->sq_thread = req->ctx->flags & IORING_SETUP_SQPOLL;