Searched refs:panic_cpu (Results 1 – 4 of 4) sorted by relevance
185 atomic_t panic_cpu = ATOMIC_INIT(PANIC_CPU_INVALID); variable198 old_cpu = atomic_cmpxchg(&panic_cpu, PANIC_CPU_INVALID, cpu); in nmi_panic()320 old_cpu = atomic_cmpxchg(&panic_cpu, PANIC_CPU_INVALID, this_cpu); in panic()
1084 old_cpu = atomic_cmpxchg(&panic_cpu, PANIC_CPU_INVALID, this_cpu); in crash_kexec()1093 atomic_set(&panic_cpu, PANIC_CPU_INVALID); in crash_kexec()
43 extern atomic_t panic_cpu;
353 return unlikely(atomic_read(&panic_cpu) != PANIC_CPU_INVALID); in panic_in_progress()2278 atomic_read(&panic_cpu) != raw_smp_processor_id()) in vprintk_emit()2633 return atomic_read(&panic_cpu) != raw_smp_processor_id(); in other_cpu_in_panic()