Searched refs:nextpb (Results 1 – 1 of 1) sorted by relevance
2631 struct pidblock *pb, *nextpb; in free_pidblocks() local2633 for (pb = pbhead; pb; pb = nextpb) { in free_pidblocks()2634 nextpb = pb->next; in free_pidblocks()