Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/rpc/
H A Dsvc_run.c119 static int svc_thr_max = 16; /* default maximum number of threads allowed */ variable
624 if (svc_thr_total < svc_thr_max && in _svc_run_mt()
628 if (n_new > (svc_thr_max - svc_thr_total)) in _svc_run_mt()
629 n_new = svc_thr_max - svc_thr_total; in _svc_run_mt()
1060 svc_thr_max = tmp; in rpc_control()
1064 *((int *)info) = svc_thr_max; in rpc_control()