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

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c314 int pm_comps_notlowest; /* no. of comps not at lowest power */ variable
513 if (pm_comps_notlowest == 0) \
515 pm_comps_notlowest++; \
517 pmf, PM_DEVICE(dip), pm_comps_notlowest)) \
525 ASSERT(pm_comps_notlowest); \
526 pm_comps_notlowest--; \
528 "%d\n", pmf, PM_DEVICE(dip), pm_comps_notlowest))\
529 if (pm_comps_notlowest == 0) \
684 pm_comps_notlowest = 0;
2339 * Adjust the pm_comps_notlowest coun
[all...]

Completed in 67 milliseconds