Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/rpc/
H A Dsvc_run.c131 static int svc_next_pending; /* next one to be processed */ variable
410 svc_next_pending = svc_last_pending = 0; in _svc_run_mt()
445 myfd = svc_pending_fds[svc_next_pending++]; in _svc_run_mt()
447 if (svc_next_pending > CIRCULAR_BUFSIZE) in _svc_run_mt()
448 svc_next_pending = 0; in _svc_run_mt()