Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/src/
H A Dqueue.c2515 static int WorkListCount = 0; /* # of work items in WorkList */ variable
2535 wn = WorkListCount - 1;
2598 *full = WorkListCount >= MaxQueueRun && MaxQueueRun > 0;
2951 i = wn - WorkListCount;
2952 WorkListCount += SM_MIN(num_ent, WorkListSize);
2955 *more = WorkListCount < wn;
2991 int wc = WorkListCount; /* trim size for WorkQ */
3151 for (i = WorkListCount; --i >= wc; )
3162 WorkListCount = 0;
9098 for (i = 0; i < WorkListCount; i++)
[all …]