Lines Matching full:panic

3  *  linux/kernel/panic.c
100 .procname = "panic",
175 * Stop ourself in panic -- architecture code may override this
193 * Stop other CPUs in panic. Architecture dependent code may override this
203 * This function can be called twice in panic path, but obviously in crash_smp_send_stop()
211 * unfortunately means it may not be hardened to work in a panic in crash_smp_send_stop()
221 * A variant of panic() called from NMI context. We return if we've already
235 panic("%s", msg); in nmi_panic()
273 panic("%s: panic_on_warn set ...\n", origin); in check_panic_on_warn()
277 panic("%s: system warned too often (kernel.warn_limit is %d)", in check_panic_on_warn()
289 /* Temporary allow non-panic CPUs to write their backtraces. */ in panic_other_cpus_shutdown()
297 * which unfortunately may not be hardened to work in a panic in panic_other_cpus_shutdown()
310 * panic - halt the system
315 void panic(const char *fmt, ...) in panic() function
326 * This thread may hit another WARN() in the panic path. in panic()
329 * panic_mutex in panic(). in panic()
336 * from deadlocking the first cpu that invokes the panic, since in panic()
338 * after setting panic_cpu) from invoking panic() again. in panic()
344 * It's possible to come here directly from a panic-assertion and in panic()
348 * Only one CPU is allowed to execute the panic code from here. For in panic()
349 * multiple parallel invocations of panic, all other CPUs either in panic()
376 pr_emerg("Kernel panic - not syncing: %s\n", buf); in panic()
379 * Avoid nested stack-dumping if a panic occurs during oops processing in panic()
408 * Run any panic handlers, including those that might need to in panic()
437 * panic() is not being callled from OOPS. in panic()
485 pr_emerg("---[ end Kernel panic - not syncing: %s ]---\n", buf); in panic()
509 EXPORT_SYMBOL(panic);
638 panic("panic_on_taint set ..."); in add_taint()
869 panic("stack-protector: Kernel stack is corrupted in: %pB", in __stack_chk_fail()
879 core_param(panic, panic_timeout, int, 0644);
889 if (!strcmp(s, "panic")) in oops_setup()