Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/notify/
H A Dmd_notify.c50 extern md_event_queue_t *md_event_queue;
98 if (!md_event_queue) in md_put_event()
102 for (queue = md_event_queue; queue; queue = queue->mdn_nextq) { in md_put_event()
146 md_event_queue_t *next = md_event_queue; in md_reaper()
149 if (md_event_queue == NULL || md_reap_off) in md_reaper()
189 md_event_queue = next; in md_reaper()
219 if (md_event_queue == NULL) { in notify_halt()
224 orig_queue = md_event_queue; in notify_halt()
225 md_event_queue = NULL; in notify_halt()
249 md_event_queue = NULL; in notify_halt()
[all …]
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_notify.h201 typedef struct md_event_queue { struct
202 struct md_event_queue *mdn_nextq; /* next event queue */ argument
/titanic_41/usr/src/uts/common/io/lvm/md/
H A Dmd.c178 md_event_queue_t *md_event_queue = NULL; variable
H A Dmd_subr.c104 extern md_event_queue_t *md_event_queue;
2533 if (md_event_queue == NULL) in md_notify_interface()
/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid.c92 extern md_event_queue_t *md_event_queue;