Searched refs:WorkListCount (Results 1 – 1 of 1) sorted by relevance
2492 static int WorkListCount = 0; /* # of work items in WorkList */ variable2512 wn = WorkListCount - 1;2575 *full = WorkListCount >= MaxQueueRun && MaxQueueRun > 0;2930 i = wn - WorkListCount;2931 WorkListCount += SM_MIN(num_ent, WorkListSize);2934 *more = WorkListCount < wn;2970 int wc = WorkListCount; /* trim size for WorkQ */3130 for (i = WorkListCount; --i >= wc; )3141 WorkListCount = 0;8915 for (i = 0; i < WorkListCount; i++)[all …]