Searched refs:prev_t (Results 1 – 2 of 2) sorted by relevance
95 struct mtimer *prev_t, *t; in mtimer_stop() local101 for (t = g_timer_list, prev_t = NULL; t != NULL; prev_t = t, t = t->next) { in mtimer_stop()105 if (prev_t == NULL) { in mtimer_stop()108 prev_t->next = t->next; in mtimer_stop()
275 struct sys_timeo *prev_t, *t; in sys_untimeout() local281 for (t = next_timeout, prev_t = NULL; t != NULL; prev_t = t, t = t->next) { in sys_untimeout()285 if (prev_t == NULL) { in sys_untimeout()288 prev_t->next = t->next; in sys_untimeout()
Completed in 3 milliseconds