Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dsvc.c320 int newmaxthreads, error, g; in svcpool_maxthread_sysctl() local
323 newmaxthreads = pool->sp_maxthreads; in svcpool_maxthread_sysctl()
324 error = sysctl_handle_int(oidp, &newmaxthreads, 0, req); in svcpool_maxthread_sysctl()
325 if (error == 0 && newmaxthreads != pool->sp_maxthreads) { in svcpool_maxthread_sysctl()
326 if (newmaxthreads < pool->sp_minthreads) in svcpool_maxthread_sysctl()
329 pool->sp_maxthreads = newmaxthreads; in svcpool_maxthread_sysctl()