Searched refs:numpollfd (Results 1 – 1 of 1) sorted by relevance
247 nfds_t numpollfd = 0; in b_poll() local301 numpollfd++; in b_poll()310 struct pollfd *pollfd = alloca(sizeof(struct pollfd)*(numpollfd+1)); in b_poll()313 struct pollfd pollfd[numpollfd+1]; in b_poll()348 n = poll(pollfd, numpollfd, timeout); in b_poll()