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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c2472 static int WorkListSize = 0; /* current max size of WorkList */ variable
2630 if (wn >= WorkListSize)
2633 if (wn >= WorkListSize)
2912 WorkListCount += SM_MIN(num_ent, WorkListSize);
3121 WorkListSize = 0;
3151 ** It can fail if there isn't enough memory, so WorkListSize
3161 sm_dprintf("grow_wlist: WorkListSize=%d\n", WorkListSize);
3166 WorkListSize = QUEUESEGSIZE;
3170 int newsize = WorkListSize
[all...]

Completed in 64 milliseconds