Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/fddi/skfp/
Dsmttimer.c35 smc->t.st_fast.tm_next = NULL; in smt_timer_init()
48 if (smc->t.st_queue == timer && !timer->tm_next) { in smt_timer_stop()
51 for (prev = &smc->t.st_queue ; (tm = *prev) ; prev = &tm->tm_next ) { in smt_timer_stop()
53 *prev = tm->tm_next ; in smt_timer_stop()
54 if (tm->tm_next) { in smt_timer_stop()
55 tm->tm_next->tm_delta += tm->tm_delta ; in smt_timer_stop()
78 timer->tm_next = NULL; in smt_timer_start()
92 for (prev = &smc->t.st_queue ; (tm = *prev) ; prev = &tm->tm_next ) { in smt_timer_start()
100 timer->tm_next = tm ; in smt_timer_start()
135 last = &tm->tm_next ; in timer_done()
[all …]
/linux-3.4.99/drivers/net/fddi/skfp/h/
Dcmtdef.h387 struct smt_timer *tm_next ; /* linked list */ member