Lines Matching refs:tm_next
31 smc->t.st_fast.tm_next = NULL; in smt_timer_init()
44 if (smc->t.st_queue == timer && !timer->tm_next) { in smt_timer_stop()
47 for (prev = &smc->t.st_queue ; (tm = *prev) ; prev = &tm->tm_next ) { in smt_timer_stop()
49 *prev = tm->tm_next ; in smt_timer_stop()
50 if (tm->tm_next) { in smt_timer_stop()
51 tm->tm_next->tm_delta += tm->tm_delta ; in smt_timer_stop()
74 timer->tm_next = NULL; in smt_timer_start()
88 for (prev = &smc->t.st_queue ; (tm = *prev) ; prev = &tm->tm_next ) { in smt_timer_start()
96 timer->tm_next = tm ; in smt_timer_start()
131 last = &tm->tm_next ; in timer_done()
132 tm = tm->tm_next ; in timer_done()
145 next = tm->tm_next ; in timer_done()