Searched refs:IORING_SETUP_SQPOLL (Results 1 – 8 of 8) sorted by relevance
339 if ((ctx->flags & (IORING_SETUP_ATTACH_WQ | IORING_SETUP_SQPOLL)) == in io_sq_offload_create()352 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_sq_offload_create()
141 if (has_lock && (ctx->flags & IORING_SETUP_SQPOLL)) { in __io_uring_show_fdinfo()
1538 if ((ctx->flags & IORING_SETUP_SQPOLL) && in io_iopoll_req_issued()2930 if ((!(ctx->flags & IORING_SETUP_SQPOLL) && cancel_all) || in io_uring_try_cancel_requests()3201 if (ctx->flags & IORING_SETUP_SQPOLL) { in SYSCALL_DEFINE6()3456 !(ctx->flags & IORING_SETUP_SQPOLL)) in io_uring_create()3468 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_uring_create()3592 if (p.flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL | in io_uring_setup()3815 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_register_iowq_max_workers()
933 if (req->ctx->flags & (IORING_SETUP_SQPOLL|IORING_SETUP_SINGLE_ISSUER)) in io_poll_add()
980 if (ctx->flags & IORING_SETUP_SQPOLL) in io_cqring_ev_posted_iopoll()
133 #define IORING_SETUP_SQPOLL (1U << 1) /* SQ poll thread */ macro
402 p.flags |= IORING_SETUP_SQPOLL; in setup_ring()
396 __entry->sq_thread = req->ctx->flags & IORING_SETUP_SQPOLL;