Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_run.c389 int n_polled, dispatch; in _svc_run_mt() local
536 n_polled = poll(svc_pollset, npollfds + 1, -1); in _svc_run_mt()
538 if (n_polled <= 0) in _svc_run_mt()
555 n_polled--; in _svc_run_mt()
559 } while (n_polled <= 0); in _svc_run_mt()
567 n_polled--; in _svc_run_mt()
571 svc_pollfds = n_polled; in _svc_run_mt()