Home
last modified time | relevance | path

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

/linux-6.15/arch/mips/kernel/
H A Dsmp-cps.c715 enum cpu_death { enum
720 static void cps_shutdown_this_cpu(enum cpu_death death) in cps_shutdown_this_cpu()
787 static enum cpu_death cpu_death; variable
796 cpu_death = CPU_DEATH_POWER; in play_dead()
810 cpu_death = CPU_DEATH_HALT; in play_dead()
817 cps_shutdown_this_cpu(cpu_death); in play_dead()
863 if (cpu_death == CPU_DEATH_POWER) { in cps_cleanup_dead_cpu()