Lines Matching refs:next
193 timeout->next = NULL;
198 while (temp->next != NULL) {
199 temp = temp->next;
201 temp->next = timeout;
207 /* deal timeout and return next timer prev */
236 LWIP_DEBUGF(LOWPOWER_DEBUG, ("next->tick is NULL\n"));
251 p->next = n;
254 t->next = NULL;
263 *pn = p->next;
280 n = t->next;
328 n = t->next;
436 n = t->next;
439 g_timer_header = t->next;
441 p->next = t->next;
443 t->next = NULL;