Searched refs:svc_pollset_allocd (Results 1 – 1 of 1) sorted by relevance
166 static int svc_pollset_allocd; variable313 if (npollfds > svc_pollset_allocd) { in alloc_pollset()316 svc_pollset_allocd += POLLSET_EXTEND; in alloc_pollset()317 } while (npollfds > svc_pollset_allocd); in alloc_pollset()319 sizeof (pollfd_t) * svc_pollset_allocd); in alloc_pollset()