Home
last modified time | relevance | path

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

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