Lines Matching refs:nfds
129 int nfds;
136 if (loop->nfds == 0) {
231 nfds = kevent(loop->backend_fd,
247 if (nfds == 0) {
261 if (nfds == -1) {
285 loop->watchers[loop->nwatchers + 1] = (void*) (uintptr_t) nfds;
286 for (i = 0; i < nfds; i++) {
418 if (nfds == ARRAY_SIZE(events) && --count != 0) {
447 uintptr_t nfds;
453 nfds = (uintptr_t) loop->watchers[loop->nwatchers + 1];
458 for (i = 0; i < nfds; i++)