Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl.c2169 int minimum_power_count; in compute_power_state() local
2227 minimum_power_count = (load_count + 1) / 2; in compute_power_state()
2228 if (minimum_power_count > 7) in compute_power_state()
2229 minimum_power_count = 7; in compute_power_state()
2231 if (ok_supply_count > minimum_power_count) in compute_power_state()
2233 else if (ok_supply_count == minimum_power_count) in compute_power_state()