Home
last modified time | relevance | path

Searched refs:sx_destroy (Results 1 – 5 of 5) sorted by relevance

/third_party/FreeBSD/sys/sys/
Dsx.h48 #define sx_destroy(sx) (void)pthread_mutex_destroy(sx) macro
/third_party/FreeBSD/sys/dev/random/
Drandomdev.h124 #define RANDOM_CONFIG_DEINIT_LOCK(x) sx_destroy(&randomdev_config_lock)
/third_party/FreeBSD/sys/dev/usb/
Dusb_device.c2078 sx_destroy(&udev->enum_sx); in usb_free_device()
2079 sx_destroy(&udev->sr_sx); in usb_free_device()
2080 sx_destroy(&udev->ctrl_sx); in usb_free_device()
Dusb_dev.c903 sx_destroy(&usb_sym_lock); in usb_dev_uninit()
/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c658 sx_destroy(&sc->sc_cmd_sx); in xhci_uninit()