Searched refs:plnext (Results 1 – 1 of 1) sorted by relevance
82 LATER * plnext = 0; in schedule() local269 for (pl = (plprev = &LaterHead)->next; pl; pl = plnext) { in schedule()270 plnext = pl->next; in schedule()274 plprev->next = plnext; in schedule()281 for (pl = TempHead.next; pl; pl = plnext) { in schedule()282 plnext = pl->next; in schedule()