Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
A Dhibernate.c61 static int sleep_cpu = -EINVAL; variable
131 if (sleep_cpu < 0) { in arch_hibernation_header_save()
135 hdr->sleep_cpu_mpidr = cpu_logical_map(sleep_cpu); in arch_hibernation_header_save()
158 if (sleep_cpu < 0) { in arch_hibernation_header_restore()
160 sleep_cpu = -EINVAL; in arch_hibernation_header_restore()
164 ret = bringup_hibernate_cpu(sleep_cpu); in arch_hibernation_header_restore()
166 sleep_cpu = -EINVAL; in arch_hibernation_header_restore()
358 sleep_cpu = smp_processor_id(); in swsusp_arch_suspend()
387 sleep_cpu = -EINVAL; in swsusp_arch_suspend()
481 if (sleep_cpu < 0) { in hibernate_resume_nonboot_cpu_disable()
[all …]
/linux/include/linux/
A Dcpu.h97 int bringup_hibernate_cpu(unsigned int sleep_cpu);
/linux/kernel/
A Dcpu.c1454 int bringup_hibernate_cpu(unsigned int sleep_cpu) in bringup_hibernate_cpu() argument
1458 if (!cpu_online(sleep_cpu)) { in bringup_hibernate_cpu()
1460 ret = cpu_up(sleep_cpu, CPUHP_ONLINE); in bringup_hibernate_cpu()
/linux/
A DSystem.map130534 ffff800011dd76c0 d sleep_cpu
A D.tmp_System.map130534 ffff800011dd76c0 d sleep_cpu

Completed in 341 milliseconds