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

/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c2108 * no more than enough_reqs (pool->p_maxthreads * pool->p_max_same_xprt)
2114 * The high watermark: 2 * enough_reqs
2115 * The low watermark: enough_reqs
2162 int enough_reqs = pool->p_maxthreads * pool->p_max_same_xprt; local
2173 if (xprt->xp_reqs >= enough_reqs * 2) {
2192 if (xprt->xp_reqs > enough_reqs)

Completed in 61 milliseconds