Searched refs:ProcListSize (Results 1 – 1 of 1) sorted by relevance
2620 static int ProcListSize = 0; variable2633 for (i = 0; i < ProcListSize; i++)2638 if (i >= ProcListSize)2644 for (i = 0; i < ProcListSize; i++)2650 if (i >= ProcListSize)2656 SM_ASSERT(ProcListSize < INT_MAX - PROC_LIST_SEG);2658 (ProcListSize + PROC_LIST_SEG));2662 if (ProcListSize > 0)2665 ProcListSize * sizeof(PROCS_T));2670 for (i = ProcListSize; i < ProcListSize + PROC_LIST_SEG; i++)[all …]