Home
last modified time | relevance | path

Searched refs:TimerList (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/usr.sbin/ppp/
H A Dtimer.c50 static struct pppTimer *TimerList = NULL, *ExpiredList = NULL; variable
101 if (TimerList && getitimer(ITIMER_REAL, &itimer) == 0) in timer_Start()
102 ticks = RESTVAL(itimer) - TimerList->rest; in timer_Start()
105 for (t = TimerList; t; t = t->next) { in timer_Start()
126 TimerList = tp; in timer_Start()
151 for (t = TimerList; t != tp && t != NULL; t = t->next) in StopTimerNoBlock()
158 TimerList = t->next; in StopTimerNoBlock()
159 if (TimerList == NULL) /* Last one ? */ in StopTimerNoBlock()
203 tp = TimerList; in TimerService()
217 TimerList = tp; in TimerService()
[all …]