Home
last modified time | relevance | path

Searched refs:sp_maxthreads (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/rpc/
Dsvc.c104 pool->sp_maxthreads = 1; in svcpool_create()
302 if (newminthreads > pool->sp_maxthreads) in svcpool_minthread_sysctl()
325 newmaxthreads = pool->sp_maxthreads; in svcpool_maxthread_sysctl()
327 if (error == 0 && newmaxthreads != pool->sp_maxthreads) { in svcpool_maxthread_sysctl()
331 pool->sp_maxthreads = newmaxthreads; in svcpool_maxthread_sysctl()
334 pool->sp_maxthreads / pool->sp_groupcount); in svcpool_maxthread_sysctl()
1373 min(pool->sp_maxthreads / 2, mp_ncpus) / 6)); in svc_run()
1379 pool->sp_maxthreads / pool->sp_groupcount); in svc_run()
Dsvc.h367 int sp_maxthreads; /* maximum service thread count */ member
/freebsd-12-stable/sys/fs/nfsclient/
Dnfs_clkrpc.c252 nfscbd_pool->sp_maxthreads = 4; in nfscbd_nfsd()
/freebsd-12-stable/sys/fs/nfsserver/
Dnfs_nfsdkrpc.c535 nfsrvd_pool->sp_maxthreads = args->maxthreads; in nfsrvd_nfsd()