Lines Matching defs:nfds
591 uintptr_t nfds;
597 nfds = (uintptr_t) loop->watchers[loop->nwatchers + 1];
600 for (i = 0; i < nfds; i++)
824 int nfds;
831 if (loop->nfds == 0) {
893 nfds = 0;
910 nfds = epoll_wait(loop->ep, events,
919 if (nfds == 0) {
939 if (nfds == -1) {
962 loop->watchers[loop->nwatchers + 1] = (void*) (uintptr_t) nfds;
963 for (i = 0; i < nfds; i++) {
1036 if (nfds == ARRAY_SIZE(events) && --count != 0) {