Searched refs:npfds (Results 1 – 1 of 1) sorted by relevance
340 struct pollfd *pfds = NULL, *npfds; in sockinworker() local351 npfds = NULL; in sockinworker()354 npfds = kmem_alloc(nsock * sizeof(*npfds), in sockinworker()356 if (npfds || nsock == 0) { in sockinworker()359 pfds = npfds; in sockinworker()