Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/
H A Dusb_device.h202 struct cv ref_cv; member
H A Dusb_device.c202 cv_broadcast(&udev->ref_cv); in usb_trigger_reprobe_on_off()
600 cv_wait(&udev->ref_cv, &usb_ref_lock); in usb_wait_pending_refs()
1806 cv_init(&udev->ref_cv, "UGONE"); in usb_alloc_device()
2358 cv_destroy(&udev->ref_cv); in usb_free_device()
H A Dusb_dev.c303 cv_broadcast(&cpd->udev->ref_cv); in usb_ref_device()
375 cv_broadcast(&cpd->udev->ref_cv); in usb_unref_device()