Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ppp/
H A Dtimer.c103 if (TimerList && getitimer(ITIMER_REAL, &itimer) == 0) in timer_Start()
104 ticks = RESTVAL(itimer) - TimerList->rest; in timer_Start()
107 for (t = TimerList; t; t = t->next) { in timer_Start()
128 TimerList = tp; in timer_Start()
160 TimerList = t->next; in StopTimerNoBlock()
161 if (TimerList == NULL) /* Last one ? */ in StopTimerNoBlock()
205 tp = TimerList; in TimerService()
219 TimerList = tp; in TimerService()
251 rest = RESTVAL(itimer) - TimerList->rest; in timer_Show()
265 for (pt = TimerList; pt; pt = pt->next) { in timer_Show()
[all …]