Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/notify/
H A Dmd_notify.c132 cv_signal(&queue->mdn_cv); in md_put_event()
183 cv_broadcast(&present->mdn_cv); in md_reaper()
192 cv_destroy(&present->mdn_cv); in md_reaper()
234 cv_broadcast(&queue->mdn_cv); in notify_halt()
341 rval = cv_wait_sig(&event_queue->mdn_cv, &md_eventq_mx); in md_wait_for_event()
440 cv_init(&event_queue->mdn_cv, NULL, CV_DEFAULT, NULL); in notify_ioctl()
475 cv_broadcast(&event_queue->mdn_cv); in notify_ioctl()
/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_notify.h213 kcondvar_t mdn_cv; /* waiting condition varaible */ member