Lines Matching refs:WorkListCount
2551 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++)
9191 WorkListCount = 0;