Searched refs:POLLFD_GROW (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/bhyve/
H A Dnet_backend_slirp.c287 const size_t POLLFD_GROW = 4; local
289 priv->npollfds += POLLFD_GROW;
294 for (i = priv->npollfds - POLLFD_GROW; i < priv->npollfds; i++)
298 i = priv->npollfds - POLLFD_GROW;

Completed in 191 milliseconds