Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sendmail/src/
H A Dqueue.c2483 static int WorkListCount = 0; /* # of work items in WorkList */ variable
2503 wn = WorkListCount - 1;
2566 *full = WorkListCount >= MaxQueueRun && MaxQueueRun > 0;
2919 i = wn - WorkListCount;
2920 WorkListCount += SM_MIN(num_ent, WorkListSize);
2923 *more = WorkListCount < wn;
2959 int wc = WorkListCount; /* trim size for WorkQ */
3119 for (i = WorkListCount; --i >= wc; )
3130 WorkListCount = 0;
8912 for (i = 0; i < WorkListCount; i++)
[all …]