Lines Matching refs:tm_next
35 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()
136 tm = tm->tm_next ; in timer_done()
149 next = tm->tm_next ; in timer_done()