Lines Matching refs:nfds
584 uintptr_t nfds;
590 nfds = (uintptr_t) loop->watchers[loop->nwatchers + 1];
593 for (i = 0; i < nfds; i++)
816 int nfds;
823 if (loop->nfds == 0) {
883 nfds = 0;
894 nfds = epoll_wait(loop->ep, events,
903 if (nfds == 0) {
923 if (nfds == -1) {
946 loop->watchers[loop->nwatchers + 1] = (void*) (uintptr_t) nfds;
947 for (i = 0; i < nfds; i++) {
1018 if (nfds == ARRAY_SIZE(events) && --count != 0) {