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

/freebsd-10.3-release/sys/rpc/
H A Dsvc.c241 threads += pool->sp_groups[g].sg_threadcount;
383 && grp->sg_threadcount < grp->sg_maxthreads) {
1151 if (grp->sg_threadcount > grp->sg_maxthreads)
1170 grp->sg_threadcount > grp->sg_minthreads))
1184 && (grp->sg_threadcount
1286 grp->sg_threadcount--;
1307 grp->sg_threadcount++;
1341 pool->sp_groups[0].sg_threadcount++;
1353 while (grp->sg_threadcount > 0)
H A Dsvc.h332 int sg_threadcount; /* current service thread count */ member in struct:__rpc_svcgroup

Completed in 111 milliseconds