Searched refs:epoll_ofd (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/bsd/bind/dist/contrib/perftcpdns/ |
| H A D | perftcpdns.c | 269 int epoll_ifd, epoll_ofd; /* epoll file descriptors */ variable 326 epoll_ofd = epoll_create(EVENTS_CNT); in inits() 327 if (epoll_ofd < 0) { in inits() 1115 if (epoll_ctl(epoll_ofd, EPOLL_CTL_ADD, x->sock, &ev) < 0) { in connect4() 1280 if (epoll_ctl(epoll_ofd, EPOLL_CTL_ADD, x->sock, &ev) < 0) { in connect6() 1454 nfds = epoll_wait(epoll_ofd, oevents, EVENTS_CNT, 1); in sending()
|