Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dcpu-hotplug.c62 if (!cpu_wait_death(cpu, 5)) { in __cpu_die()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcpu.h206 bool cpu_wait_death(unsigned int cpu, int seconds);
/OK3568_Linux_fs/kernel/arch/csky/kernel/
H A Dsmp.c304 if (!cpu_wait_death(cpu, 5)) { in __cpu_die()
/OK3568_Linux_fs/kernel/kernel/
H A Dsmpboot.c418 bool cpu_wait_death(unsigned int cpu, int seconds) in cpu_wait_death() function
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dsmp-cps.c530 if (!cpu_wait_death(cpu, 5)) { in cps_cpu_die()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dsmp.c300 if (!cpu_wait_death(cpu, 5)) { in __cpu_die()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dsmp.c358 if (!cpu_wait_death(cpu, 5)) { in __cpu_die()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsmpboot.c1631 if (cpu_wait_death(cpu, 5)) { in common_cpu_die()