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

/osnet-11/usr/src/cmd/sendmail/src/
H A Dqueue.c2472 static int WorkListCount = 0; /* # of work items in WorkList */ variable
2492 wn = WorkListCount - 1;
2555 *full = WorkListCount >= MaxQueueRun && MaxQueueRun > 0;
2910 i = wn - WorkListCount;
2911 WorkListCount += SM_MIN(num_ent, WorkListSize);
2914 *more = WorkListCount < wn;
2950 int wc = WorkListCount; /* trim size for WorkQ */
3110 for (i = WorkListCount; --i >= wc; )
3121 WorkListCount = 0;
8894 for (i = 0; i < WorkListCount;
[all...]

Completed in 38 milliseconds