Lines Matching refs:tm_next
27 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()
84 for (prev = &smc->t.st_queue ; (tm = *prev) ; prev = &tm->tm_next ) { 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()
141 next = tm->tm_next ; in timer_done()