Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dprocess.c626 pal_power_mgmt_info_u_t power_info[8]; in cpu_halt() local
630 if (ia64_pal_halt_info(power_info) != 0) in cpu_halt()
634 min_power = power_info[0].pal_power_mgmt_info_s.power_consumption; in cpu_halt()
636 if (power_info[i].pal_power_mgmt_info_s.im in cpu_halt()
637 && power_info[i].pal_power_mgmt_info_s.power_consumption < min_power) { in cpu_halt()
638 min_power = power_info[i].pal_power_mgmt_info_s.power_consumption; in cpu_halt()
Dpalinfo.c182 static int power_info(struct seq_file *m) in power_info() function
815 { "power_info", power_info, },