Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dio_uring.h99 #define IORING_SETUP_ATTACH_WQ (1U << 5) /* attach to existing wq */ macro
/OK3568_Linux_fs/kernel/io_uring/
H A Dio_uring.c7923 if (p->flags & IORING_SETUP_ATTACH_WQ) { in io_get_sq_data()
8562 if ((ctx->flags & (IORING_SETUP_ATTACH_WQ | IORING_SETUP_SQPOLL)) == in io_sq_offload_create()
8563 IORING_SETUP_ATTACH_WQ) { in io_sq_offload_create()
10324 IORING_SETUP_CLAMP | IORING_SETUP_ATTACH_WQ | in io_uring_setup()