Searched refs:lcol_next (Results 1 – 2 of 2) sorted by relevance
113 lcol->lcol_next = lcollection_head; in lcollection_insert_update()173 next = lcol->lcol_next; in list_walk_collection()244 lcol->lcol_prev->lcol_next = lcol->lcol_next; in lcollection_free()245 if (lcol->lcol_next != NULL) in lcollection_free()246 lcol->lcol_next->lcol_prev = lcol->lcol_prev; in lcollection_free()248 lcollection_head = lcol->lcol_next; in lcollection_free()249 lcol->lcol_next = lcol->lcol_prev = NULL; in lcollection_free()
152 struct lcollection *lcol_next; member