Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/mach-hisi/
Dplatmcpm.c144 bool skip_wfi = false, last_man = false; in hip04_mcpm_power_down() local
163 last_man = hip04_cluster_is_down(cluster); in hip04_mcpm_power_down()
164 if (last_man && __mcpm_outbound_enter_critical(cpu, cluster)) { in hip04_mcpm_power_down()
/linux-4.1.27/arch/arm/common/
Dmcpm_entry.c128 bool cpu_going_down, last_man; in mcpm_cpu_power_down() local
161 last_man = mcpm_cluster_unused(cluster); in mcpm_cpu_power_down()
163 if (last_man && __mcpm_outbound_enter_critical(cpu, cluster)) { in mcpm_cpu_power_down()