Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcap/rcapd/
H A Drcapd_collection.c54 static lcollection_t *lcollection_head = NULL; variable
111 lcol->lcol_next = lcollection_head; in lcollection_insert_update()
113 if (lcollection_head != NULL) in lcollection_insert_update()
114 lcollection_head->lcol_prev = lcol; in lcollection_insert_update()
115 lcollection_head = lcol; in lcollection_insert_update()
169 lcol = lcollection_head; in list_walk_collection()
245 if (lcollection_head == lcol) in lcollection_free()
246 lcollection_head = lcol->lcol_next; in lcollection_free()