Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/
Dio_uring.h93 #define IORING_SETUP_SQPOLL (1U << 1) /* SQ poll thread */ macro
/Linux-v5.10/fs/
Dio_uring.c1012 if (unlikely(!(ctx->flags & IORING_SETUP_SQPOLL))) in __io_sq_thread_acquire_mm()
1115 return ctx->flags & IORING_SETUP_SQPOLL; in io_async_submit()
1469 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_task_match()
2016 if (!(ctx->flags & IORING_SETUP_SQPOLL) && twa_signal_ok) in io_req_task_work_add()
2352 if (ctx->flags & IORING_SETUP_SQPOLL) in io_iopoll_complete()
2673 if ((ctx->flags & IORING_SETUP_SQPOLL) && in io_iopoll_req_issued()
3807 if (unlikely(req->ctx->flags & (IORING_SETUP_IOPOLL|IORING_SETUP_SQPOLL))) in io_openat_prep()
3821 if (unlikely(req->ctx->flags & (IORING_SETUP_IOPOLL|IORING_SETUP_SQPOLL))) in io_openat2_prep()
4053 if (unlikely(req->ctx->flags & (IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL))) in io_epoll_ctl_prep()
4168 if (unlikely(req->ctx->flags & (IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL))) in io_statx_prep()
[all …]
/Linux-v5.10/tools/io_uring/
Dio_uring-bench.c402 p.flags |= IORING_SETUP_SQPOLL; in setup_ring()