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.h288 kcondvar_t scsa2usb_transport_busy_cv; member in struct:scsa2usb_state
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c691 cv_init(&scsa2usbp->scsa2usb_transport_busy_cv, NULL, CV_DRIVER, NULL);
1075 &scsa2usbp->scsa2usb_transport_busy_cv,
1153 cv_signal(&scsa2usbp->scsa2usb_transport_busy_cv);
1202 cv_signal(&scsa2usbp->scsa2usb_transport_busy_cv);
1408 cv_destroy(&scsa2usbp->scsa2usb_transport_busy_cv);
4168 cv_wait(&scsa2usbp->scsa2usb_transport_busy_cv,
4203 cv_signal(&scsa2usbp->scsa2usb_transport_busy_cv);

Completed in 56 milliseconds