Searched refs:hubp_busy_pm (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/hubd/
H A Dhubdvar.h87 int hubp_busy_pm; /* device busy accounting */ member in struct:hub_power_struct
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A Dhubdi.c632 hubd->h_hubpm->hubp_busy_pm++;
636 hubd->h_hubpm->hubp_busy_pm--;
641 "hubd_pm_busy_component: %d", hubd->h_hubpm->hubp_busy_pm);
654 ASSERT(hubd->h_hubpm->hubp_busy_pm > 0);
655 hubd->h_hubpm->hubp_busy_pm--;
660 "hubd_pm_idle_component: %d", hubd->h_hubpm->hubp_busy_pm);
1631 if (hubd->h_hotplug_thread || hubd->h_hubpm->hubp_busy_pm ||

Completed in 99 milliseconds