Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dsqpoll.c416 if ((ctx->flags & (IORING_SETUP_ATTACH_WQ | IORING_SETUP_SQPOLL)) == in io_sq_offload_create()
424 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_sq_offload_create()
H A Dnapi.c359 if (ctx->flags & IORING_SETUP_SQPOLL) in __io_napi_busy_loop()
H A Dio_uring.c1230 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_req_normal_work_add()
1637 if ((ctx->flags & IORING_SETUP_SQPOLL) && in io_iopoll_req_issued()
3072 if ((!(ctx->flags & IORING_SETUP_SQPOLL) && cancel_all) || in io_uring_try_cancel_requests()
3355 if (ctx->flags & IORING_SETUP_SQPOLL) { in SYSCALL_DEFINE6()
3631 !(ctx->flags & IORING_SETUP_SQPOLL)) in io_uring_create()
3651 !(ctx->flags & IORING_SETUP_SQPOLL)) in io_uring_create()
3663 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_uring_create()
3782 if (p.flags & ~(IORING_SETUP_IOPOLL | IORING_SETUP_SQPOLL | in io_uring_setup()
H A Dregister.c208 if (!(ctx->flags & IORING_SETUP_SQPOLL)) { in __io_register_iowq_aff()
272 if (ctx->flags & IORING_SETUP_SQPOLL) { in io_register_iowq_max_workers()
/linux/tools/include/uapi/linux/
H A Dio_uring.h149 #define IORING_SETUP_SQPOLL (1U << 1) /* SQ poll thread */ macro
/linux/include/uapi/linux/
H A Dio_uring.h167 #define IORING_SETUP_SQPOLL (1U << 1) /* SQ poll thread */ macro