Searched refs:svc_thr_max (Results 1 – 1 of 1) sorted by relevance
119 static int svc_thr_max = 16; /* default maximum number of threads allowed */ variable624 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()