Home
last modified time | relevance | path

Searched refs:IORING_SETUP_ATTACH_WQ (Results 1 – 4 of 4) sorted by relevance

/linux/io_uring/
H A Dsqpoll.c146 if (p->flags & IORING_SETUP_ATTACH_WQ) { in io_get_sq_data()
447 if ((ctx->flags & (IORING_SETUP_ATTACH_WQ | IORING_SETUP_SQPOLL)) == in io_sq_offload_create()
448 IORING_SETUP_ATTACH_WQ) { in io_sq_offload_create()
H A Dio_uring.h60 IORING_SETUP_ATTACH_WQ |\
/linux/tools/include/uapi/linux/
H A Dio_uring.h153 #define IORING_SETUP_ATTACH_WQ (1U << 5) /* attach to existing wq */ macro
/linux/include/uapi/linux/
H A Dio_uring.h179 #define IORING_SETUP_ATTACH_WQ (1U << 5) /* attach to existing wq */ macro