Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnsl/rpc/
H A Dsvc_run.c393 int n_polled, dispatch; in _svc_run_mt() local
540 n_polled = poll(svc_pollset, npollfds + 1, -1); in _svc_run_mt()
542 if (n_polled <= 0) in _svc_run_mt()
559 n_polled--; in _svc_run_mt()
563 } while (n_polled <= 0); in _svc_run_mt()
571 n_polled--; in _svc_run_mt()
575 svc_pollfds = n_polled; in _svc_run_mt()