Home
last modified time | relevance | path

Searched refs:IORING_SETUP_SQPOLL (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/io_uring/
H A Dsqpoll.c359 if ((ctx->flags & (IORING_SETUP_ATTACH_WQ | IORING_SETUP_SQPOLL)) == in io_sq_offload_create()
372 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_sq_offload_create()
H A Dfdinfo.c145 if (has_lock && (ctx->flags & IORING_SETUP_SQPOLL)) { in io_uring_show_fdinfo()
H A Dio_uring.c1747 if ((ctx->flags & IORING_SETUP_SQPOLL) && in io_iopoll_req_issued()
3422 if ((!(ctx->flags & IORING_SETUP_SQPOLL) && cancel_all) || in io_uring_try_cancel_requests()
3778 if (ctx->flags & IORING_SETUP_SQPOLL) { in SYSCALL_DEFINE6()
4017 !(ctx->flags & IORING_SETUP_SQPOLL)) in io_uring_create()
4037 !(ctx->flags & IORING_SETUP_SQPOLL)) in io_uring_create()
4049 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_uring_create()
4185 if (p.flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL | in io_uring_setup()
4382 if (!(ctx->flags & IORING_SETUP_SQPOLL)) { in __io_register_iowq_aff()
4445 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_register_iowq_max_workers()
H A Dpoll.c969 if (req->ctx->flags & (IORING_SETUP_SQPOLL|IORING_SETUP_SINGLE_ISSUER)) in io_poll_add()
/openbmc/linux/include/uapi/linux/
H A Dio_uring.h141 #define IORING_SETUP_SQPOLL (1U << 1) /* SQ poll thread */ macro
/openbmc/linux/include/trace/events/
H A Dio_uring.h393 __entry->sq_thread = req->ctx->flags & IORING_SETUP_SQPOLL;