Searched refs:TimerList (Results 1 – 1 of 1) sorted by relevance
53 static struct pppTimer *TimerList = NULL, *ExpiredList = NULL; variable101 if (TimerList && getitimer(ITIMER_REAL, &itimer) == 0) in timer_Start()102 TimerList->rest = RESTVAL(itimer); in timer_Start()105 for (t = TimerList; t; t = t->next) { in timer_Start()126 TimerList = tp; in timer_Start()150 for (t = TimerList; t != tp && t != NULL; t = t->next) in StopTimerNoBlock()157 TimerList = t->next; in StopTimerNoBlock()158 if (TimerList == NULL) /* Last one ? */ in StopTimerNoBlock()205 tp = TimerList; in TimerService()219 TimerList = tp; in TimerService()[all …]