Searched refs:cpu1_wakeup (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/arm/mach-exynos/
H A Dpm.c196 static atomic_t cpu1_wakeup = ATOMIC_INIT(0); variable
219 if (atomic_read(&cpu1_wakeup)) exynos_cpu0_enter_aftr()
262 !atomic_read(&cpu1_wakeup)) exynos_cpu0_enter_aftr()
265 if (!atomic_read(&cpu1_wakeup)) exynos_cpu0_enter_aftr()
269 while (!atomic_read(&cpu1_wakeup)) { exynos_cpu0_enter_aftr()
328 atomic_set(&cpu1_wakeup, 1); exynos_cpu1_powerdown()
342 atomic_set(&cpu1_wakeup, 0); exynos_post_enter_aftr()

Completed in 98 milliseconds