Home
last modified time | relevance | path

Searched refs:epoll_epermcnt (Results 1 – 3 of 3) sorted by relevance

/libev/
H A Dev_epoll.c127 array_needsize (int, epoll_eperms, epoll_epermmax, epoll_epermcnt + 1, EMPTY2); in epoll_modify()
128 epoll_eperms [epoll_epermcnt++] = fd; in epoll_modify()
147 if (expect_false (epoll_epermcnt)) in epoll_poll()
223 for (i = epoll_epermcnt; i--; ) in epoll_poll()
232 epoll_eperms [i] = epoll_eperms [--epoll_epermcnt]; in epoll_poll()
H A Dev_wrap.h24 #define epoll_epermcnt ((loop)->epoll_epermcnt) macro
123 #undef epoll_epermcnt
H A Dev_vars.h106 VARx(int, epoll_epermcnt)