Searched refs:svc_next_pending (Results 1 – 1 of 1) sorted by relevance
131 static int svc_next_pending; /* next one to be processed */ variable406 svc_next_pending = svc_last_pending = 0; in _svc_run_mt()441 myfd = svc_pending_fds[svc_next_pending++]; in _svc_run_mt()443 if (svc_next_pending > CIRCULAR_BUFSIZE) in _svc_run_mt()444 svc_next_pending = 0; in _svc_run_mt()