Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h288 kcondvar_t scsa2usb_transport_busy_cv; member
/titanic_41/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c691 cv_init(&scsa2usbp->scsa2usb_transport_busy_cv, NULL, CV_DRIVER, NULL); in scsa2usb_attach()
1075 &scsa2usbp->scsa2usb_transport_busy_cv, in scsa2usb_ugen_open()
1153 cv_signal(&scsa2usbp->scsa2usb_transport_busy_cv); in scsa2usb_ugen_open()
1202 cv_signal(&scsa2usbp->scsa2usb_transport_busy_cv); in scsa2usb_ugen_close()
1408 cv_destroy(&scsa2usbp->scsa2usb_transport_busy_cv); in scsa2usb_cleanup()
4168 cv_wait(&scsa2usbp->scsa2usb_transport_busy_cv, in scsa2usb_work_thread()
4203 cv_signal(&scsa2usbp->scsa2usb_transport_busy_cv); in scsa2usb_work_thread()