Searched refs:lcollection_head (Results 1 – 1 of 1) sorted by relevance
56 static lcollection_t *lcollection_head = NULL; variable113 lcol->lcol_next = lcollection_head; in lcollection_insert_update()115 if (lcollection_head != NULL) in lcollection_insert_update()116 lcollection_head->lcol_prev = lcol; in lcollection_insert_update()117 lcollection_head = lcol; in lcollection_insert_update()171 lcol = lcollection_head; in list_walk_collection()247 if (lcollection_head == lcol) in lcollection_free()248 lcollection_head = lcol->lcol_next; in lcollection_free()