Searched defs:mlist_head (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dmr_sas_list.h53 struct mlist_head { struct
54 struct mlist_head *next, *prev;
57 typedef struct mlist_head mlist_t;
62 struct mlist_head name = LIST_HEAD_INIT(name)
69 void mlist_add(struct mlist_head *, struct mlist_head *);
70 void mlist_add_tail(struct mlist_head *, struct mlist_head *);
71 void mlist_del_init(struct mlist_head *);
72 int mlist_empty(struct mlist_head *);
[all...]
/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dlist.h58 struct mlist_head { struct
59 struct mlist_head *next, *prev;
62 typedef struct mlist_head mlist_t;
67 struct mlist_head name = LIST_HEAD_INIT(name)
80 static void __list_add(struct mlist_head *new,
81 struct mlist_head *prev,
82 struct mlist_head *next)
99 static void mlist_add(struct mlist_head *new, struct mlist_head *head)
113 static void mlist_add_tail(struct mlist_head *ne
[all...]

Completed in 44 milliseconds