Home
last modified time | relevance | path

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

/NextBSD/sys/rpc/
HDsvc.c101 pool->sp_maxthreads = 1; in svcpool_create()
260 if (newminthreads > pool->sp_maxthreads) in svcpool_minthread_sysctl()
283 newmaxthreads = pool->sp_maxthreads; in svcpool_maxthread_sysctl()
285 if (error == 0 && newmaxthreads != pool->sp_maxthreads) { in svcpool_maxthread_sysctl()
289 pool->sp_maxthreads = newmaxthreads; in svcpool_maxthread_sysctl()
292 pool->sp_maxthreads / pool->sp_groupcount); in svcpool_maxthread_sysctl()
1330 min(pool->sp_maxthreads / 2, mp_ncpus) / 6)); in svc_run()
1336 pool->sp_maxthreads / pool->sp_groupcount); in svc_run()
HDsvc.h360 int sp_maxthreads; /* maximum service thread count */ member
/NextBSD/sys/fs/nfsclient/
HDnfs_clkrpc.c250 nfscbd_pool->sp_maxthreads = 4; in nfscbd_nfsd()
/NextBSD/sys/fs/nfsserver/
HDnfs_nfsdkrpc.c509 nfsrvd_pool->sp_maxthreads = args->maxthreads; in nfsrvd_nfsd()