Home
last modified time | relevance | path

Searched refs:cv_destroy (Results 1 – 8 of 8) sorted by relevance

/third_party/FreeBSD/sys/sys/
Dcondvar.h40 #define cv_destroy(cvd) (void)pthread_cond_destroy(cvd) macro
/third_party/FreeBSD/sys/dev/usb/
Dusb_process.c252 cv_destroy(&up->up_cv); in usb_proc_free()
253 cv_destroy(&up->up_drain); in usb_proc_free()
Dusb_dev.c558 cv_destroy(&f->cv_io); in usb_fifo_free()
559 cv_destroy(&f->cv_drain); in usb_fifo_free()
Dusb_device.c2083 cv_destroy(&udev->ctrlreq_cv); in usb_free_device()
2084 cv_destroy(&udev->ref_cv); in usb_free_device()
Dusb_transfer.c1279 cv_destroy(&info->cv_drain); in usbd_transfer_unsetup_sub()
/third_party/FreeBSD/stand/usb/
Dusb_busdma_loader.c465 cv_destroy(udpt->cv); in usb_dma_tag_unsetup()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c1380 cv_destroy(&urb->cv_wait); in usb_free_urb()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c658 cv_destroy(&sc->sc_cmd_cv); in xhci_uninit()