Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dsqpoll.c403 if (p->flags & IORING_SETUP_SQ_AFF) { in io_sq_offload_create()
427 } else if (p->flags & IORING_SETUP_SQ_AFF) { in io_sq_offload_create()
H A Dio_uring.c4049 IORING_SETUP_SQ_AFF | IORING_SETUP_CQSIZE | in io_uring_setup()
/openbmc/linux/include/uapi/linux/
H A Dio_uring.h142 #define IORING_SETUP_SQ_AFF (1U << 2) /* sq_thread_cpu is valid */ macro