Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
A Dio_uring.h95 #define IORING_SETUP_SQPOLL (1U << 1) /* SQ poll thread */ macro
/linux/tools/io_uring/
A Dio_uring-bench.c402 p.flags |= IORING_SETUP_SQPOLL; in setup_ring()
/linux/fs/
A Dio_uring.c1733 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_cqring_ev_posted_iopoll()
2818 if ((ctx->flags & IORING_SETUP_SQPOLL) && in io_iopoll_req_issued()
7232 ctx->flags & IORING_SETUP_SQPOLL); in io_submit_sqe()
8702 if ((ctx->flags & (IORING_SETUP_ATTACH_WQ | IORING_SETUP_SQPOLL)) == in io_sq_offload_create()
8715 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_sq_offload_create()
9690 if ((!(ctx->flags & IORING_SETUP_SQPOLL) && cancel_all) || in io_uring_try_cancel_requests()
10056 if (ctx->flags & IORING_SETUP_SQPOLL) { in SYSCALL_DEFINE6()
10099 !(ctx->flags & IORING_SETUP_SQPOLL)) { in SYSCALL_DEFINE6()
10208 if (has_lock && (ctx->flags & IORING_SETUP_SQPOLL)) { in __io_uring_show_fdinfo()
10524 if (p.flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL | in io_uring_setup()
[all …]

Completed in 29 milliseconds