Searched refs:Giant (Results 1 - 12 of 12) sorted by relevance
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_usb.c | 207 mtx_lock(&Giant); in usb_linux_probe() 214 mtx_unlock(&Giant); in usb_linux_probe() 230 mtx_lock(&Giant); in usb_linux_get_usb_driver() 232 mtx_unlock(&Giant); in usb_linux_get_usb_driver() 251 mtx_lock(&Giant); in usb_linux_attach() 258 mtx_unlock(&Giant); in usb_linux_attach() 279 mtx_lock(&Giant); in usb_linux_attach() 281 mtx_unlock(&Giant); in usb_linux_attach() 299 mtx_lock(&Giant); in usb_linux_detach() 301 mtx_unlock(&Giant); in usb_linux_detach() [all...] |
/third_party/FreeBSD/stand/kshim/ |
H A D | bsd_kernel.c | 39 struct mtx Giant = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; variable
|
H A D | bsd_kernel.h | 78 extern struct mtx Giant;
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | usb_controller.c | 401 mtx_lock(&Giant); in usb_bus_detach() 403 mtx_unlock(&Giant); in usb_bus_detach() 711 mtx_lock(&Giant); in usb_attach_sub() 714 mtx_unlock(&Giant); in usb_attach_sub() 759 device_printf(dev, "WARNING: Creation of USB Giant " in usb_attach_sub() 763 device_printf(dev, "WARNING: Creation of USB non-Giant ISOC" in usb_attach_sub() 767 device_printf(dev, "WARNING: Creation of USB non-Giant BULK" in usb_attach_sub()
|
/third_party/FreeBSD/sys/sys/ |
H A D | mutex.h | 89 #define GIANT_REQUIRED mtx_assert_(&Giant, MA_OWNED, __FILE__, __LINE__)
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_process.c | 430 /* handle special case with Giant */ in usb_proc_drain() 431 if (up->up_mtx != &Giant) { in usb_proc_drain()
|
H A D | usb_hub.c | 1756 mtx_lock(&Giant); in uhub_child_location_string() 1771 mtx_unlock(&Giant); in uhub_child_location_string() 1797 mtx_lock(&Giant); in uhub_child_pnpinfo_string() 1834 mtx_unlock(&Giant); in uhub_child_pnpinfo_string()
|
H A D | usb_device.c | 2641 * are locked before locking Giant. Else the lock can be in usbd_enum_lock() 2644 mtx_lock(&Giant); in usbd_enum_lock() 2654 mtx_unlock(&Giant); in usbd_enum_unlock() 2667 * are locked before locking Giant. Else the lock can be in usbd_sr_lock() 2670 mtx_lock(&Giant); in usbd_sr_lock() 2678 mtx_unlock(&Giant); in usbd_sr_unlock()
|
H A D | usb_transfer.c | 888 xfer_mtx = &Giant; in usbd_transfer_setup() 979 else if (xfer_mtx == &Giant) in usbd_transfer_setup() 1996 if (xfer->xroot->xfer_mtx != &Giant) { in usbd_transfer_drain()
|
H A D | usb_request.c | 435 if ((mtx != NULL) && (mtx != &Giant)) { in usbd_do_request_flags() 689 if ((mtx != NULL) && (mtx != &Giant)) in usbd_do_request_flags()
|
H A D | usb_dev.c | 1496 priv_mtx = &Giant; in usb_fifo_attach()
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 1495 using Giant = GiantTemplate<std::shared_ptr<int>, bool, double, 5, true, 6, in TEST() 1497 const Action<Giant()> a = ReturnGiant<int, bool, double, 5, true, 6, char, in TEST() 1499 Giant giant = a.Perform(std::make_tuple()); in TEST()
|
Completed in 22 milliseconds