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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c7622 int i, j, total_runners, dir, h; local
7625 total_runners = 0;
7670 total_runners += si[i].sg_maxqrun;
7671 if (MaxQueueChildren <= 0 || total_runners <= MaxQueueChildren)

Completed in 71 milliseconds