Home
last modified time | relevance | path

Searched refs:total_runners (Results 1 – 1 of 1) sorted by last modified time

/freebsd/contrib/sendmail/src/
H A Dqueue.c7885 int i, j, total_runners, dir, h; in makeworkgroups() local
7888 total_runners = 0; in makeworkgroups()
7938 total_runners += si[i].sg_maxqrun; in makeworkgroups()
7939 if (MaxQueueChildren <= 0 || total_runners <= MaxQueueChildren) in makeworkgroups()