Searched refs:panic_cpu (Results 1 – 2 of 2) sorted by relevance
181 atomic_t panic_cpu = ATOMIC_INIT(PANIC_CPU_INVALID); variable194 old_cpu = atomic_cmpxchg(&panic_cpu, PANIC_CPU_INVALID, cpu); in nmi_panic()289 old_cpu = atomic_cmpxchg(&panic_cpu, PANIC_CPU_INVALID, this_cpu); in panic()
979 old_cpu = atomic_cmpxchg(&panic_cpu, PANIC_CPU_INVALID, this_cpu); in crash_kexec()988 atomic_set(&panic_cpu, PANIC_CPU_INVALID); in crash_kexec()