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