Home | History | Annotate | Download | only in adb

Lines Matching full:l_next

798     alistener *l, *l_next;
799 for (l = listener_list.next; l != &listener_list; l = l_next) {
800 l_next = l->next;