Home
last modified time | relevance | path

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

/arch/ia64/kernel/
Dprocess.c559 pal_power_mgmt_info_u_t power_info[8]; in cpu_halt() local
563 if (ia64_pal_halt_info(power_info) != 0) in cpu_halt()
567 min_power = power_info[0].pal_power_mgmt_info_s.power_consumption; in cpu_halt()
569 if (power_info[i].pal_power_mgmt_info_s.im in cpu_halt()
570 && power_info[i].pal_power_mgmt_info_s.power_consumption < min_power) { in cpu_halt()
571 min_power = power_info[i].pal_power_mgmt_info_s.power_consumption; in cpu_halt()
Dpalinfo.c183 static int power_info(struct seq_file *m) in power_info() function
816 { "power_info", power_info, },