Searched refs:ll_next (Results 1 – 1 of 1) sorted by relevance
280 list_T *ll, *ll_next; in list_free_items() local282 for (ll = first_list; ll != NULL; ll = ll_next) in list_free_items()284 ll_next = ll->lv_used_next; in list_free_items()