Lines Matching defs:nxt
525 int nxt = 0;536 pollfds[nxt].fd = fd;537 pollfds[nxt].events = POLLIN;538 pollfds[nxt].revents = 0;539 pollfds_map[fd] = &(pollfds[nxt]);540 nxt++;554 pfd = &(pollfds[nxt]);559 nxt++;580 pfd = &(pollfds[nxt]);585 nxt++;590 return nxt;