Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dio_uring.h465 #define IORING_ENTER_SQ_WAKEUP (1U << 1) macro
/openbmc/linux/io_uring/
H A Dio_uring.c3740 if (unlikely(flags & ~(IORING_ENTER_GETEVENTS | IORING_ENTER_SQ_WAKEUP | in SYSCALL_DEFINE6()
3785 if (flags & IORING_ENTER_SQ_WAKEUP) in io_allocate_scq_urings()