Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnsl/rpc/
H A Dsvc_run.c397 int n_new; in _svc_run_mt() local
626 n_new = 1 + 1 + svc_pollfds + svc_total_pending - 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()
630 if (n_new > 0) in _svc_run_mt()
631 start_threads(n_new); in _svc_run_mt()