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

/freebsd-9.3-release/contrib/sendmail/src/
H A Dqueue.c2486 static int WorkListCount = 0; /* # of work items in WorkList */ variable
2506 wn = WorkListCount - 1;
2569 *full = WorkListCount >= MaxQueueRun && MaxQueueRun > 0;
2924 i = wn - WorkListCount;
2925 WorkListCount += SM_MIN(num_ent, WorkListSize);
2928 *more = WorkListCount < wn;
2964 int wc = WorkListCount; /* trim size for WorkQ */
3124 for (i = WorkListCount; --i >= wc; )
3135 WorkListCount = 0;
8909 for (i = 0; i < WorkListCount;
[all...]

Completed in 106 milliseconds