Searched refs:svc_last_pending (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_run.c133 static int svc_last_pending; /* last one in list */ variable
193 svc_last_pending, svc_total_pending, svc_thr_total_creates,
410 svc_next_pending = svc_last_pending = 0;
973 svc_pending_fds[svc_last_pending++] = xprt->xp_fd;
974 if (svc_last_pending > CIRCULAR_BUFSIZE)
975 svc_last_pending = 0;

Completed in 81 milliseconds