Searched refs:toProcess (Results 1 – 1 of 1) sorted by relevance
920 LargeMemoryBlock *toProcess, *n; in putList() local922 for (LargeMemoryBlock *curr = list; curr; curr = toProcess) { in putList()924 toProcess = curr->next; in putList()934 for (LargeMemoryBlock *b = toProcess; b; b = n) { in putList()939 if (toProcess == b) in putList()940 toProcess = toProcess->next; in putList()