Searched +defs:panic +path:panic +path:. +path:c (Results 1 - 1 of 1) sorted by relevance
/linux-4.1.27/kernel/ |
H A D | panic.c | 2 * linux/kernel/panic.c 56 * Stop ourself in panic -- architecture code may override this 65 * panic - halt the system 72 void panic(const char *fmt, ...) panic() function 82 * from deadlocking the first cpu that invokes the panic, since panic() 84 * after the panic_lock is acquired) from invoking panic again. panic() 89 * It's possible to come here directly from a panic-assertion and panic() 93 * Only one CPU is allowed to execute the panic code from here. For panic() 94 * multiple parallel invocations of panic, all other CPUs either panic() 106 pr_emerg("Kernel panic - not syncing: %s\n", buf); panic() 109 * Avoid nested stack-dumping if a panic occurs during oops processing panic() 126 * unfortunately means it may not be hardened to work in a panic panic() 132 * Run any panic handlers, including those that might need to panic() 156 * panic() is not being callled from OOPS. panic() 204 pr_emerg("---[ end Kernel panic - not syncing: %s\n", buf); panic() 216 EXPORT_SYMBOL(panic); variable 448 * This thread may hit another WARN() in the panic path. warn_slowpath_common() 451 * panic_mutex in panic(). warn_slowpath_common() 454 panic("panic_on_warn set ...\n"); warn_slowpath_common() 505 panic("stack-protector: Kernel stack is corrupted in: %p\n", __stack_chk_fail() 512 core_param(panic, panic_timeout, int, 0644); 527 if (!strcmp(s, "panic")) oops_setup()
|
Completed in 106 milliseconds