Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/notify/
H A Dmd_notify.c72 if (queue->mdn_waiting) in md_flush_queue()
131 if (queue->mdn_waiting) in md_put_event()
229 if (queue->mdn_waiting == 0) { in notify_halt()
339 event_queue->mdn_waiting++; in md_wait_for_event()
342 event_queue->mdn_waiting--; in md_wait_for_event()
448 event_queue->mdn_waiting = 0; in notify_ioctl()
474 if (event_queue->mdn_waiting != 0) in notify_ioctl()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_notify.h212 int mdn_waiting; /* number of process waiting */ member