kernel/include/uapi/linux/eventpoll.h
.. .. @@ -41,6 +41,12 @@ 41 41 #define EPOLLMSG (__force __poll_t)0x00000400 42 42 #define EPOLLRDHUP (__force __poll_t)0x00002000 43 43 44 +/*45 + * Internal flag - wakeup generated by io_uring, used to detect recursion back46 + * into the io_uring poll handler.47 + */48 +#define EPOLL_URING_WAKE ((__force __poll_t)(1U << 27))49 +44 50 /* Set exclusive wakeup mode for the target file descriptor */ 45 51 #define EPOLLEXCLUSIVE ((__force __poll_t)(1U << 28)) 46 52