Searched refs:PROC_LIST_SEG (Results 1 – 2 of 2) sorted by relevance
2509 SM_ASSERT(ProcListSize < INT_MAX - PROC_LIST_SEG);2511 (ProcListSize + PROC_LIST_SEG));2523 for (i = ProcListSize; i < ProcListSize + PROC_LIST_SEG; i++)2530 ProcListSize += PROC_LIST_SEG;
1415 #ifndef PROC_LIST_SEG1416 # define PROC_LIST_SEG 32 /* number of pids to alloc at a time */ macro