Searched refs:prev_t (Results 1 – 3 of 3) sorted by relevance
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()
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()
319 struct sys_timeo *prev_t, *t; in sys_untimeout() local327 for (t = next_timeout, prev_t = NULL; t != NULL; prev_t = t, t = t->next) { in sys_untimeout()331 if (prev_t == NULL) { in sys_untimeout()334 prev_t->next = t->next; in sys_untimeout()
Completed in 4 milliseconds