Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dsqpoll.c139 if (p->flags & IORING_SETUP_ATTACH_WQ) { in io_get_sq_data()
359 if ((ctx->flags & (IORING_SETUP_ATTACH_WQ | IORING_SETUP_SQPOLL)) == in io_sq_offload_create()
360 IORING_SETUP_ATTACH_WQ) { in io_sq_offload_create()
H A Dio_uring.c4187 IORING_SETUP_CLAMP | IORING_SETUP_ATTACH_WQ | in io_register_restrictions()
/openbmc/linux/include/uapi/linux/
H A Dio_uring.h145 #define IORING_SETUP_ATTACH_WQ (1U << 5) /* attach to existing wq */ macro