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

/freebsd-10-stable/sys/rpc/
H A Dsvc.c318 int newmaxthreads, error, g; local
321 newmaxthreads = pool->sp_maxthreads;
322 error = sysctl_handle_int(oidp, &newmaxthreads, 0, req);
323 if (error == 0 && newmaxthreads != pool->sp_maxthreads) {
324 if (newmaxthreads < pool->sp_minthreads)
327 pool->sp_maxthreads = newmaxthreads;

Completed in 56 milliseconds