Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dio_uring.h95 #define IORING_SETUP_SQPOLL (1U << 1) /* SQ poll thread */ macro
/Linux-v5.15/tools/io_uring/
Dio_uring-bench.c402 p.flags |= IORING_SETUP_SQPOLL; in setup_ring()
/Linux-v5.15/fs/
Dio_uring.c1622 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_cqring_ev_posted_iopoll()
2194 notify = (req->ctx->flags & IORING_SETUP_SQPOLL) ? TWA_NONE : TWA_SIGNAL; in io_req_task_work_add()
2769 if ((ctx->flags & IORING_SETUP_SQPOLL) && in io_iopoll_req_issued()
7150 ctx->flags & IORING_SETUP_SQPOLL); in io_submit_sqe()
8612 if ((ctx->flags & (IORING_SETUP_ATTACH_WQ | IORING_SETUP_SQPOLL)) == in io_sq_offload_create()
8625 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_sq_offload_create()
9609 if ((!(ctx->flags & IORING_SETUP_SQPOLL) && cancel_all) || in io_uring_try_cancel_requests()
9972 if (ctx->flags & IORING_SETUP_SQPOLL) { in SYSCALL_DEFINE6()
10015 !(ctx->flags & IORING_SETUP_SQPOLL)) { in SYSCALL_DEFINE6()
10076 if (has_lock && (ctx->flags & IORING_SETUP_SQPOLL)) { in __io_uring_show_fdinfo()
[all …]