Home
last modified time | relevance | path

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

/Linux-v6.1/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.c1538 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()
Dpoll.c933 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-v6.1/include/uapi/linux/
Dio_uring.h133 #define IORING_SETUP_SQPOLL (1U << 1) /* SQ poll thread */ macro
/Linux-v6.1/tools/io_uring/
Dio_uring-bench.c402 p.flags |= IORING_SETUP_SQPOLL; in setup_ring()
/Linux-v6.1/include/trace/events/
Dio_uring.h396 __entry->sq_thread = req->ctx->flags & IORING_SETUP_SQPOLL;