Lines Matching defs:epoll
17 #include <sys/epoll.h>
25 * Events that match their epoll(7) equivalents.
122 dvpoll_epollfd_t epoll[2];
126 epoll[i].dpep_pollfd.fd = fd;
138 epoll[i++].dpep_pollfd.events = POLLREMOVE;
139 epoll[i].dpep_pollfd.fd = fd;
145 * events for which our values differ from their epoll(7)
166 epoll[i].dpep_data = event->data.u64;
174 epoll[i].dpep_pollfd.events = ev;
176 res = write(epfd, epoll, sizeof (epoll[0]) * (i + 1));
190 * loop into what is expected from the Linux epoll