Home
last modified time | relevance | path

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

/freebsd-14.2/sys/rpc/
H A Dsvc.c117 grp->sg_maxthreads = 1; in svcpool_create()
335 pool->sp_groups[g].sg_maxthreads = max(1, in svcpool_maxthread_sysctl()
429 && grp->sg_threadcount < grp->sg_maxthreads) { in xprt_assignthread()
1216 grp->sg_maxthreads) in svc_run_internal()
1400 grp->sg_maxthreads = max(1, in svc_run()
H A Dsvc.h347 int sg_maxthreads; /* maximum service thread count */ member