Lines Matching full:down
30 * __mcpm_cpu_going_down: Indicates that the cpu is being torn down.
42 * cluster can be torn down without disrupting this CPU.
43 * To avoid deadlocks, this must be called before a CPU is powered down.
60 * CLUSTER_DOWN: the cluster has been torn-down, ready for power-off
79 * true: the critical section was entered: it is now safe to tear down the
87 /* Warn inbound CPUs that the cluster is being torn down: */ in __mcpm_outbound_enter_critical()
98 * teardown is complete on each CPU before tearing down the cluster. in __mcpm_outbound_enter_critical()
100 * If any CPU has been woken up again from the DOWN state, then we in __mcpm_outbound_enter_critical()
101 * shouldn't be taking the cluster down at all: abort in that case. in __mcpm_outbound_enter_critical()
218 * 0 = CPU down in mcpm_cpu_power_up()
221 * to actually make itself down. in mcpm_cpu_power_up()
278 * shut this CPU down, the caller still expects execution in mcpm_cpu_power_down()
288 /* Now we are prepared for power-down, do it: */ in mcpm_cpu_power_down()
295 * CPU might not be able to actually enter a powered down state in mcpm_cpu_power_down()
317 pr_warn("%s: cpu %u, cluster %u failed to power down (%d)\n", in mcpm_wait_for_cpu_powerdown()