Home
last modified time | relevance | path

Searched refs:lcollection_head (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/rcap/rcapd/
H A Drcapd_collection.c56 static lcollection_t *lcollection_head = NULL; variable
113 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()