Searched refs:PROC_LIST_SEG (Results 1 – 2 of 2) sorted by relevance
2656 SM_ASSERT(ProcListSize < INT_MAX - PROC_LIST_SEG);2658 (ProcListSize + PROC_LIST_SEG));2670 for (i = ProcListSize; i < ProcListSize + PROC_LIST_SEG; i++)2677 ProcListSize += PROC_LIST_SEG;
1713 #ifndef PROC_LIST_SEG1714 # define PROC_LIST_SEG 32 /* number of pids to alloc at a time */ macro