Searched refs:WorkListCount (Results 1 – 1 of 1) sorted by relevance
2473 static int WorkListCount = 0; /* # of work items in WorkList */ variable2493 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;8885 for (i = 0; i < WorkListCount; i++)[all …]