Searched refs:prev_t (Results 1 – 1 of 1) sorted by relevance
323 struct sys_timeo *prev_t, *t; in sys_untimeout() local329 for (t = next_timeout, prev_t = NULL; t != NULL; prev_t = t, t = t->next) { in sys_untimeout()333 if (prev_t == NULL) { in sys_untimeout()336 prev_t->next = t->next; in sys_untimeout()
Completed in 2 milliseconds