Home
last modified time | relevance | path

Searched refs:intr_cv (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_isoch.c84 cv_init(&isochp->ctxt_xmit[i].intr_cv, NULL, in hci1394_isoch_init()
91 cv_init(&isochp->ctxt_recv[i].intr_cv, NULL, in hci1394_isoch_init()
138 cv_destroy(&isochp->ctxt_xmit[i].intr_cv); in hci1394_isoch_fini()
139 cv_destroy(&isochp->ctxt_recv[i].intr_cv); in hci1394_isoch_fini()
594 if (cv_timedwait(&ctxtp->intr_cv, &ctxtp->intrprocmutex, in hci1394_do_stop()
H A Dhci1394_ixl_isr.c110 cv_signal(&ctxtp->intr_cv); in hci1394_ixl_interrupt()
/illumos-gate/usr/src/uts/common/sys/1394/adapters/
H A Dhci1394_isoch.h80 kcondvar_t intr_cv; /* interrupt completion cv */ member