Searched refs:panic_cpu (Results 1 – 3 of 3) sorted by relevance
180 atomic_t panic_cpu = ATOMIC_INIT(PANIC_CPU_INVALID); variable193 old_cpu = atomic_cmpxchg(&panic_cpu, PANIC_CPU_INVALID, cpu); in nmi_panic()288 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()
545 extern atomic_t panic_cpu;