Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dio_uring.h95 #define IORING_SETUP_SQPOLL (1U << 1) /* SQ poll thread */ macro
/OK3568_Linux_fs/kernel/tools/io_uring/
H A Dio_uring-bench.c402 p.flags |= IORING_SETUP_SQPOLL; in setup_ring()
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c1655 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_cqring_ev_posted_iopoll()
2248 notify = (req->ctx->flags & IORING_SETUP_SQPOLL) ? TWA_NONE : TWA_SIGNAL; in io_req_task_work_add()
2840 if ((ctx->flags & IORING_SETUP_SQPOLL) && in io_iopoll_req_issued()
7072 ctx->flags & IORING_SETUP_SQPOLL); in io_submit_sqe()
8562 if ((ctx->flags & (IORING_SETUP_ATTACH_WQ | IORING_SETUP_SQPOLL)) == in io_sq_offload_create()
8575 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_sq_offload_create()
9554 if ((!(ctx->flags & IORING_SETUP_SQPOLL) && cancel_all) || in io_uring_try_cancel_requests()
9913 if (ctx->flags & IORING_SETUP_SQPOLL) { in SYSCALL_DEFINE6()
9956 !(ctx->flags & IORING_SETUP_SQPOLL)) { in SYSCALL_DEFINE6()
10017 if (has_lock && (ctx->flags & IORING_SETUP_SQPOLL)) { in __io_uring_show_fdinfo()
[all …]