Searched refs:ProcListSize (Results 1 – 1 of 1) sorted by relevance
2474 static int ProcListSize = 0; variable2487 for (i = 0; i < ProcListSize; i++)2492 if (i >= ProcListSize)2498 for (i = 0; i < ProcListSize; i++)2504 if (i >= ProcListSize)2510 SM_ASSERT(ProcListSize < INT_MAX - PROC_LIST_SEG);2512 (ProcListSize + PROC_LIST_SEG));2516 if (ProcListSize > 0)2519 ProcListSize * sizeof(PROCS_T));2524 for (i = ProcListSize; i < ProcListSize + PROC_LIST_SEG; i++)[all …]