Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/scsa2usb/
H A Dscsa2usb.h300 kcondvar_t scsa2usb_transport_busy_cv; member
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c705 cv_init(&scsa2usbp->scsa2usb_transport_busy_cv, NULL, CV_DRIVER, NULL); in scsa2usb_attach()
1111 &scsa2usbp->scsa2usb_transport_busy_cv, in scsa2usb_ugen_open()
1189 cv_signal(&scsa2usbp->scsa2usb_transport_busy_cv); in scsa2usb_ugen_open()
1238 cv_signal(&scsa2usbp->scsa2usb_transport_busy_cv); in scsa2usb_ugen_close()
1444 cv_destroy(&scsa2usbp->scsa2usb_transport_busy_cv); in scsa2usb_cleanup()
4192 cv_wait(&scsa2usbp->scsa2usb_transport_busy_cv, in scsa2usb_work_thread()
4227 cv_signal(&scsa2usbp->scsa2usb_transport_busy_cv); in scsa2usb_work_thread()