Home
last modified time | relevance | path

Searched refs:EPOLL_URING_WAKE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Deventpoll.h48 #define EPOLL_URING_WAKE ((__force __poll_t)(1U << 27)) macro
/openbmc/linux/io_uring/
H A Dio_uring.h240 poll_to_key(EPOLL_URING_WAKE | EPOLLIN)); in io_poll_wq_wake()
257 poll_to_key(EPOLL_URING_WAKE | EPOLLIN)); in io_cqring_wake()
H A Dpoll.c443 if (mask & EPOLL_URING_WAKE) in io_poll_wake()
H A Dio_uring.c554 eventfd_signal_mask(ev_fd->cq_ev_fd, 1, EPOLL_URING_WAKE); in io_eventfd_ops()
588 eventfd_signal_mask(ev_fd->cq_ev_fd, 1, EPOLL_URING_WAKE); in io_eventfd_signal()
/openbmc/linux/fs/
H A Deventpoll.c1284 ep_poll_safewake(ep, epi, pollflags & EPOLL_URING_WAKE); in ep_poll_callback()