Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c2473 static int WorkListCount = 0; /* # of work items in WorkList */ variable
2493 wn = WorkListCount - 1;
2556 *full = WorkListCount >= MaxQueueRun && MaxQueueRun > 0;
2911 i = wn - WorkListCount;
2912 WorkListCount += SM_MIN(num_ent, WorkListSize);
2915 *more = WorkListCount < wn;
2951 int wc = WorkListCount; /* trim size for WorkQ */
3111 for (i = WorkListCount; --i >= wc; )
3122 WorkListCount = 0;
8886 for (i = 0; i < WorkListCount; i++)
[all …]