Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c2172 int minimum_power_count; in compute_power_state() local
2230 minimum_power_count = (load_count + 1) / 2; in compute_power_state()
2231 if (minimum_power_count > 7) in compute_power_state()
2232 minimum_power_count = 7; in compute_power_state()
2234 if (ok_supply_count > minimum_power_count) in compute_power_state()
2236 else if (ok_supply_count == minimum_power_count) in compute_power_state()