Home
last modified time | relevance | path

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

/freebsd-14.2/sys/rpc/
H A Dsvc.c324 int newmaxthreads, error, g; in svcpool_maxthread_sysctl() local
327 newmaxthreads = pool->sp_maxthreads; in svcpool_maxthread_sysctl()
328 error = sysctl_handle_int(oidp, &newmaxthreads, 0, req); in svcpool_maxthread_sysctl()
329 if (error == 0 && newmaxthreads != pool->sp_maxthreads) { in svcpool_maxthread_sysctl()
330 if (newmaxthreads < pool->sp_minthreads) in svcpool_maxthread_sysctl()
333 pool->sp_maxthreads = newmaxthreads; in svcpool_maxthread_sysctl()