Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnsl/rpc/
H A Dsvc_run.c173 static int svc_pollfds; /* no of active fds in last poll() - output */ variable
455 if (myfd == -1 && svc_pollfds == 0) { in _svc_run_mt()
500 svc_pollfds == 0 && in _svc_run_mt()
575 svc_pollfds = n_polled; in _svc_run_mt()
595 if (svc_pollfds == 0) in _svc_run_mt()
626 n_new = 1 + 1 + svc_pollfds + svc_total_pending - in _svc_run_mt()
726 svc_pollfds <= 0 && in _svc_run_mt()
821 for (i = svc_next_pollfd; svc_pollfds > 0 && i < svc_polled; i++) { in select_next_pollfd()
823 svc_pollfds--; in select_next_pollfd()
836 svc_next_pollfd = svc_pollfds = 0; in select_next_pollfd()