Searched refs:enext (Results 1 – 3 of 3) sorted by relevance
173 for (t = ExpiredList; t != tp && t != NULL; t = t->enext) in StopTimerNoBlock()178 pt->enext = t->enext; in StopTimerNoBlock()180 ExpiredList = t->enext; in StopTimerNoBlock()185 tp->next = tp->enext = NULL; in StopTimerNoBlock()212 tp->enext = exp; in TimerService()225 ExpiredList = exp->enext; in TimerService()226 exp->enext = NULL; in TimerService()
42 struct pppTimer *enext; /* Link to next expired timer */ member
1516 struct bhnd_service_entry *entry, *enext; in bhnd_service_registry_fini() local1520 STAILQ_FOREACH_SAFE(entry, &bsr->entries, link, enext) { in bhnd_service_registry_fini()1619 struct bhnd_service_entry *entry, *enext; in bhnd_service_registry_remove() local1642 STAILQ_FOREACH_SAFE(entry, &bsr->entries, link, enext) { in bhnd_service_registry_remove()