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.c494 if (p->flags & IORING_SETUP_SQ_AFF) { in io_sq_offload_create()
538 } else if (p->flags & IORING_SETUP_SQ_AFF) { in io_sq_offload_create()
H A Dio_uring.h56 IORING_SETUP_SQ_AFF |\
/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.h176 #define IORING_SETUP_SQ_AFF (1U << 2) /* sq_thread_cpu is valid */
174 #define IORING_SETUP_SQ_AFF global() macro