Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dqueue.c2551 static int WorkListCount = 0; /* # of work items in WorkList */ variable
2571 wn = WorkListCount - 1;
2634 *full = WorkListCount >= MaxQueueRun && MaxQueueRun > 0;
2989 i = wn - WorkListCount;
2990 WorkListCount += SM_MIN(num_ent, WorkListSize);
2993 *more = WorkListCount < wn;
3031 int wc = WorkListCount; /* trim size for WorkQ */
3191 for (i = WorkListCount; --i >= wc; )
3202 WorkListCount = 0;
9160 for (i = 0; i < WorkListCount; i++)
[all …]