Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h217 kcondvar_t h_cv_hotplug_dev; member
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c1944 cv_init(&hubd->h_cv_hotplug_dev, NULL, CV_DRIVER, NULL); in usba_hubdi_attach()
2956 cv_destroy(&hubd->h_cv_hotplug_dev); in hubd_cleanup()
4226 cv_broadcast(&hubd->h_cv_hotplug_dev); in hubd_hotplug_thread()
8930 rval = cv_reltimedwait(&hubd->h_cv_hotplug_dev, in hubd_wait_for_hotplug_exit()