Searched refs:plnext (Results 1 – 1 of 1) sorted by relevance
85 LATER * plnext = 0; in schedule() local272 for (pl = (plprev = &LaterHead)->next; pl; pl = plnext) { in schedule()273 plnext = pl->next; in schedule()277 plprev->next = plnext; in schedule()284 for (pl = TempHead.next; pl; pl = plnext) { in schedule()285 plnext = pl->next; in schedule()