Home
last modified time | relevance | path

Searched refs:IORING_SETUP_SQPOLL (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dio_uring.h80 #define IORING_SETUP_SQPOLL (1U << 1) macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dio_uring.h80 #define IORING_SETUP_SQPOLL (1U << 1) macro
/kernel/linux/linux-6.6/io_uring/
H A Dsqpoll.c349 if ((ctx->flags & (IORING_SETUP_ATTACH_WQ | IORING_SETUP_SQPOLL)) == in io_sq_offload_create()
362 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_sq_offload_create()
H A Dfdinfo.c145 if (has_lock && (ctx->flags & IORING_SETUP_SQPOLL)) { in io_uring_show_fdinfo()
H A Dio_uring.c25 * When using the SQ poll thread (IORING_SETUP_SQPOLL), the application
1716 * If IORING_SETUP_SQPOLL is enabled, sqes are either handle in io_iopoll_req_issued()
1721 if ((ctx->flags & IORING_SETUP_SQPOLL) && in io_iopoll_req_issued()
3292 if ((!(ctx->flags & IORING_SETUP_SQPOLL) && cancel_all) || in io_uring_try_cancel_requests()
3630 if (ctx->flags & IORING_SETUP_SQPOLL) { in SYSCALL_DEFINE6()
3869 !(ctx->flags & IORING_SETUP_SQPOLL)) in io_uring_create()
3889 !(ctx->flags & IORING_SETUP_SQPOLL)) in io_uring_create()
3901 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_uring_create()
4037 if (p.flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL | in io_uring_setup()
4234 if (!(ctx->flags & IORING_SETUP_SQPOLL)) { in __io_register_iowq_aff()
[all...]
H A Dpoll.c965 if (req->ctx->flags & (IORING_SETUP_SQPOLL|IORING_SETUP_SINGLE_ISSUER)) in io_poll_add()
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dio_uring.h95 #define IORING_SETUP_SQPOLL (1U << 1) /* SQ poll thread */ macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dio_uring.h141 #define IORING_SETUP_SQPOLL (1U << 1) /* SQ poll thread */ macro
/kernel/linux/linux-5.10/tools/io_uring/
H A Dio_uring-bench.c402 p.flags |= IORING_SETUP_SQPOLL; in setup_ring()
/kernel/linux/linux-6.6/include/trace/events/
H A Dio_uring.h393 __entry->sq_thread = req->ctx->flags & IORING_SETUP_SQPOLL;
/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c25 * When using the SQ poll thread (IORING_SETUP_SQPOLL), the application
416 * io_uring instances that don't use IORING_SETUP_SQPOLL.
1664 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_cqring_ev_posted_iopoll()
2260 notify = (req->ctx->flags & IORING_SETUP_SQPOLL) ? TWA_NONE : TWA_SIGNAL; in io_req_task_work_add()
2893 * If IORING_SETUP_SQPOLL is enabled, sqes are either handle in io_iopoll_req_issued()
2898 if ((ctx->flags & IORING_SETUP_SQPOLL) && in io_iopoll_req_issued()
7267 ctx->flags & IORING_SETUP_SQPOLL);
8721 if ((ctx->flags & (IORING_SETUP_ATTACH_WQ | IORING_SETUP_SQPOLL)) == in io_sq_offload_create()
8734 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_sq_offload_create()
9736 if ((!(ctx->flags & IORING_SETUP_SQPOLL) in io_uring_try_cancel_requests()
[all...]

Completed in 25 milliseconds