Lines Matching refs:nfds
150 int nfds;
157 if (loop->nfds == 0) {
259 nfds = kevent(loop->backend_fd,
266 if (nfds == -1)
268 else if (nfds == 0)
281 if (nfds == 0 || nfds == -1) {
294 } else if (nfds == 0) {
307 loop->watchers[loop->nwatchers + 1] = (void*) (uintptr_t) nfds;
308 for (i = 0; i < nfds; i++) {
415 if (nfds == ARRAY_SIZE(events) && --count != 0) {
444 uintptr_t nfds;
450 nfds = (uintptr_t) loop->watchers[loop->nwatchers + 1];
455 for (i = 0; i < nfds; i++)