Lines Matching refs:nfds
117 uintptr_t nfds;
123 nfds = (uintptr_t) loop->watchers[loop->nwatchers + 1];
128 for (i = 0; i < nfds; i++)
157 unsigned int nfds;
168 if (loop->nfds == 0) {
224 /* Work around a kernel bug where nfds is not updated. */
227 nfds = 1;
236 &nfds,
275 if (nfds == 0) {
285 loop->watchers[loop->nwatchers + 1] = (void*) (uintptr_t) nfds;
286 for (i = 0; i < nfds; i++) {
340 if (nfds == ARRAY_SIZE(events) && --count != 0) {