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

/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c4268 * threshold (base) by the number of transitions and assign each transition
4281 int transitions = 0; local
4361 * Compute the total number of transitions for all components
4367 transitions += pmc->pmc_numlevels - 1;
4369 ASSERT(transitions);
4370 thresh = target_threshold / transitions;
4392 remainder = target_threshold - thresh * transitions;
4397 transitions))
4796 * (or at least notified of) their child node's power level transitions.
5582 * watch all state transitions (di
[all...]

Completed in 71 milliseconds