Searched refs:panic_cpu (Results 1 – 3 of 3) sorted by relevance
126 atomic_t panic_cpu = ATOMIC_INIT(PANIC_CPU_INVALID); variable139 old_cpu = atomic_cmpxchg(&panic_cpu, PANIC_CPU_INVALID, cpu); in nmi_panic()211 old_cpu = atomic_cmpxchg(&panic_cpu, PANIC_CPU_INVALID, this_cpu); in panic()
978 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()
548 extern atomic_t panic_cpu;