Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/fddi/skfp/
H A Dsmttimer.c27 smc->t.st_fast.tm_next = NULL; in smt_timer_init()
40 if (smc->t.st_queue == timer && !timer->tm_next) { in smt_timer_stop()
43 for (prev = &smc->t.st_queue ; (tm = *prev) ; prev = &tm->tm_next ) { in smt_timer_stop()
45 *prev = tm->tm_next ; in smt_timer_stop()
46 if (tm->tm_next) { in smt_timer_stop()
47 tm->tm_next->tm_delta += tm->tm_delta ; in smt_timer_stop()
70 timer->tm_next = NULL; in smt_timer_start()
92 timer->tm_next = tm ; in smt_timer_start()
127 last = &tm->tm_next ; in timer_done()
128 tm = tm->tm_next ; in timer_done()
[all …]
/openbmc/linux/drivers/net/fddi/skfp/h/
H A Dcmtdef.h388 struct smt_timer *tm_next ; /* linked list */ member