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

/freebsd-10.3-release/sys/rpc/
H A Dsvc.c112 grp->sg_maxthreads = 1;
291 pool->sp_groups[g].sg_maxthreads = max(1,
383 && grp->sg_threadcount < grp->sg_maxthreads) {
1151 if (grp->sg_threadcount > grp->sg_maxthreads)
1335 grp->sg_maxthreads = max(1,
H A Dsvc.h331 int sg_maxthreads; /* maximum service thread count */ member in struct:__rpc_svcgroup

Completed in 58 milliseconds