Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvc_run.c121 static int svc_thr_total; /* current number of threads */ variable
409 svc_thr_total = 1; /* this thread */ in _svc_run_mt()
469 svc_thr_total--; in _svc_run_mt()
493 svc_thr_total--; in _svc_run_mt()
514 svc_thr_total--; in _svc_run_mt()
582 svc_thr_total--; in _svc_run_mt()
624 if (svc_thr_total < svc_thr_max && in _svc_run_mt()
627 (svc_thr_total - svc_thr_active); 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()
[all …]