Home
last modified time | relevance | path

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

/trueos/sys/rpc/
HDsvc.c253 int newminthreads, error, g; in svcpool_minthread_sysctl() local
256 newminthreads = pool->sp_minthreads; in svcpool_minthread_sysctl()
257 error = sysctl_handle_int(oidp, &newminthreads, 0, req); in svcpool_minthread_sysctl()
258 if (error == 0 && newminthreads != pool->sp_minthreads) { in svcpool_minthread_sysctl()
259 if (newminthreads > pool->sp_maxthreads) in svcpool_minthread_sysctl()
262 pool->sp_minthreads = newminthreads; in svcpool_minthread_sysctl()