Searched refs:svc_pollset_allocd (Results 1 – 1 of 1) sorted by relevance
166 static int svc_pollset_allocd; variable309 if (npollfds > svc_pollset_allocd) { in alloc_pollset()312 svc_pollset_allocd += POLLSET_EXTEND; in alloc_pollset()313 } while (npollfds > svc_pollset_allocd); in alloc_pollset()315 sizeof (pollfd_t) * svc_pollset_allocd); in alloc_pollset()