Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/pciex/hotplug/
H A Dpciehpc.c275 mutex_enter(&ctrl_p->hc_mutex); in pciehpc_intr()
279 mutex_exit(&ctrl_p->hc_mutex); in pciehpc_intr()
285 mutex_exit(&ctrl_p->hc_mutex); in pciehpc_intr()
298 mutex_exit(&ctrl_p->hc_mutex); in pciehpc_intr()
416 mutex_exit(&ctrl_p->hc_mutex); in pciehpc_intr()
449 mutex_enter(&slot_p->hs_ctrl->hc_mutex); in pciehpc_hp_ops()
456 mutex_exit(&slot_p->hs_ctrl->hc_mutex); in pciehpc_hp_ops()
463 mutex_enter(&slot_p->hs_ctrl->hc_mutex); in pciehpc_hp_ops()
468 mutex_exit(&slot_p->hs_ctrl->hc_mutex); in pciehpc_hp_ops()
770 mutex_enter(&ctrl_p->hc_mutex); in pciehpc_slotinfo_init()
[all …]
H A Dpcishpc.c270 mutex_enter(&ctrl_p->hc_mutex); in pcishpc_intr()
274 mutex_exit(&ctrl_p->hc_mutex); in pcishpc_intr()
354 mutex_exit(&ctrl_p->hc_mutex); in pcishpc_intr()
445 mutex_enter(&ctrl_p->hc_mutex); in pcishpc_slot_get_property()
473 mutex_exit(&ctrl_p->hc_mutex); in pcishpc_slot_get_property()
476 mutex_enter(&ctrl_p->hc_mutex); in pcishpc_slot_get_property()
557 mutex_exit(&ctrl_p->hc_mutex); in pcishpc_slot_get_property()
695 mutex_enter(&ctrl_p->hc_mutex); in pcishpc_slot_set_property()
733 mutex_exit(&ctrl_p->hc_mutex); in pcishpc_slot_set_property()
778 mutex_enter(&ctrl_p->hc_mutex); in pcishpc_hp_ops()
[all …]
/titanic_50/usr/src/uts/intel/io/pciex/hotplug/
H A Dpciehpc_acpi.c232 mutex_enter(&ctrl_p->hc_mutex); in pciehpc_acpi_slotinfo_init()
272 mutex_exit(&ctrl_p->hc_mutex); in pciehpc_acpi_slotinfo_init()
315 ASSERT(MUTEX_HELD(&ctrl_p->hc_mutex)); in pciehpc_acpi_slot_poweron()
387 ASSERT(MUTEX_HELD(&ctrl_p->hc_mutex)); in pciehpc_acpi_slot_poweroff()
486 mutex_enter(&ctrl_p->hc_mutex); in pciehpc_acpi_notify_handler()
553 mutex_exit(&ctrl_p->hc_mutex); in pciehpc_acpi_notify_handler()
/titanic_50/usr/src/uts/common/sys/usb/usba/
H A Dwhcdi.h89 kmutex_t hc_mutex; member
150 _NOTE(MUTEX_PROTECTS_DATA(wusb_hc_data_t::hc_mutex, wusb_dev_info_t))
151 _NOTE(MUTEX_PROTECTS_DATA(wusb_hc_data_t::hc_mutex, wusb_hc_data_t))
/titanic_50/usr/src/uts/common/sys/hotplug/pci/
H A Dpcie_hp.h226 kmutex_t hc_mutex; /* Mutex for this ctrl */ member