Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/ppp/
H A Dtimer.c101 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()
158 TimerList = t->next; in StopTimerNoBlock()
159 if (TimerList == NULL) /* Last one ? */ in StopTimerNoBlock()
203 tp = TimerList; in TimerService()
217 TimerList = tp; in TimerService()
249 rest = RESTVAL(itimer) - TimerList->rest; in timer_Show()
263 for (pt = TimerList; pt; pt = pt->next) { in timer_Show()
[all …]