Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dsqpoll.c457 if (p->flags & IORING_SETUP_SQ_AFF) { in io_sq_offload_create()
493 } else if (p->flags & IORING_SETUP_SQ_AFF) { in io_sq_offload_create()
H A Dio_uring.c3783 IORING_SETUP_SQ_AFF | IORING_SETUP_CQSIZE | in io_uring_setup()
/linux/tools/include/uapi/linux/
H A Dio_uring.h150 #define IORING_SETUP_SQ_AFF (1U << 2) /* sq_thread_cpu is valid */ macro
/linux/include/uapi/linux/
H A Dio_uring.h168 #define IORING_SETUP_SQ_AFF (1U << 2) /* sq_thread_cpu is valid */ macro