Searched refs:svc_next_pending (Results 1 – 1 of 1) sorted by relevance
131 static int svc_next_pending; /* next one to be processed */ variable410 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()