Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dsvc.c113 grp->sg_maxthreads = 1; in svcpool_create()
331 pool->sp_groups[g].sg_maxthreads = max(1, in svcpool_maxthread_sysctl()
425 && grp->sg_threadcount < grp->sg_maxthreads) { in xprt_assignthread()
1212 grp->sg_maxthreads) in svc_run_internal()
1396 grp->sg_maxthreads = max(1, in svc_run()
H A Dsvc.h286 int sg_maxthreads; /* maximum service thread count */ member