Searched refs:__list_add (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_list.c26 __list_add(struct mlist_head *new, struct mlist_head *prev, function
46 __list_add(new, head, head->next);
60 __list_add(new, head->prev, head);
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dlist.h80 static void __list_add(struct mlist_head *new, function
101 __list_add(new, head, head->next);
115 __list_add(new, head->prev, head);

Completed in 57 milliseconds