Home
last modified time | relevance | path

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

/linux-6.1.9/io_uring/
Dsqpoll.c339 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()
Dfdinfo.c141 if (has_lock && (ctx->flags & IORING_SETUP_SQPOLL)) { in __io_uring_show_fdinfo()
Dio_uring.c1519 if ((ctx->flags & IORING_SETUP_SQPOLL) && in io_iopoll_req_issued()
2910 if ((!(ctx->flags & IORING_SETUP_SQPOLL) && cancel_all) || in io_uring_try_cancel_requests()
3181 if (ctx->flags & IORING_SETUP_SQPOLL) { in SYSCALL_DEFINE6()
3436 !(ctx->flags & IORING_SETUP_SQPOLL)) in io_uring_create()
3448 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_uring_create()
3572 if (p.flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL | in io_uring_setup()
3795 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_register_iowq_max_workers()
Dpoll.c963 if (req->ctx->flags & (IORING_SETUP_SQPOLL|IORING_SETUP_SINGLE_ISSUER)) in io_poll_add()
Drw.c980 if (ctx->flags & IORING_SETUP_SQPOLL) in io_cqring_ev_posted_iopoll()
/linux-6.1.9/include/uapi/linux/
Dio_uring.h133 #define IORING_SETUP_SQPOLL (1U << 1) /* SQ poll thread */ macro
/linux-6.1.9/tools/io_uring/
Dio_uring-bench.c402 p.flags |= IORING_SETUP_SQPOLL; in setup_ring()
/linux-6.1.9/include/trace/events/
Dio_uring.h396 __entry->sq_thread = req->ctx->flags & IORING_SETUP_SQPOLL;