Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mega_sas/
H A Dlist.h58 struct mlist_head { struct
59 struct mlist_head *next, *prev; argument
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, in __list_add()
81 struct mlist_head *prev, in __list_add()
82 struct mlist_head *next) in __list_add()
99 static void mlist_add(struct mlist_head *new, struct mlist_head *head) in mlist_add()
113 static void mlist_add_tail(struct mlist_head *new, struct mlist_head *head) in mlist_add_tail()
127 static void __list_del(struct mlist_head *prev, in __list_del()
[all …]
H A Dmegaraid_sas.c2712 struct mlist_head *pos, *next; in megasas_softintr()
/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, in __list_add()
27 struct mlist_head *next) in __list_add()
44 mlist_add(struct mlist_head *new, struct mlist_head *head) in mlist_add()
58 mlist_add_tail(struct mlist_head *new, struct mlist_head *head) in mlist_add_tail()
71 __list_del(struct mlist_head *prev, struct mlist_head *next) in __list_del()
82 mlist_del_init(struct mlist_head *entry) in mlist_del_init()
93 mlist_empty(struct mlist_head *head) in mlist_empty()
104 mlist_splice(struct mlist_head *list, struct mlist_head *head) in mlist_splice()
106 struct mlist_head *first = list->next; in mlist_splice()
109 struct mlist_head *last = list->prev; in mlist_splice()
[all …]
H A Dmr_sas_list.h53 struct mlist_head { struct
54 struct mlist_head *next, *prev; argument
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 *);
73 void mlist_splice(struct mlist_head *, struct mlist_head *);
H A Dmr_sas.c2645 struct mlist_head *pos, *next; in mrsas_complete_pending_cmds()
4428 struct mlist_head *pos, *next; in mrsas_softintr()
6560 struct mlist_head *pos, *next; in io_timeout_checker()