Searched defs:epoll (Results 1 – 16 of 16) sorted by relevance
11 .. _epoll: https://man7.org/linux/man-pages/man7/epoll.7.html target
9 .. _epoll: https://man7.org/linux/man-pages/man7/epoll.7.html target
9 pub mod epoll; module
1 pub mod epoll; module
3 "epoll": { object
7 pub mod epoll; module
371 let epoll = Epoll::new().unwrap(); in test_epoll() localVariable
154 epoll: Epoll, field185 let epoll = Epoll::new(EpollCreateFlags::EPOLL_CLOEXEC)?; in new() localVariable371 let epoll = Epoll::new(EpollCreateFlags::empty()).unwrap(); in test_waker() localVariable
23 let epoll = Epoll::new(EpollCreateFlags::empty())?; in new() localVariable
60 epoll: Epoll, field87 let epoll = Epoll::new().map_err(VringEpollError::EpollCreateFd)?; in new() localVariable
137 let epoll = Epoll::new(EpollCreateFlags::empty()).unwrap(); in decoder_event_queue_polling() localVariable
134 struct epoll_event *epoll; member
8594 .. _epoll: https://man7.org/linux/man-pages/man7/epoll.7.html target in Apr 4, 20248668 .. _epoll: https://man7.org/linux/man-pages/man7/epoll.7.html target
53928 struct io_epoll epoll; member