Searched refs:panic (Results 1 – 19 of 19) sorted by relevance
/kernel/ |
D | panic.c | 200 panic("%s", msg); in nmi_panic() 235 panic("%s: panic_on_warn set ...\n", origin); in check_panic_on_warn() 239 panic("%s: system warned too often (kernel.warn_limit is %d)", in check_panic_on_warn() 275 void panic(const char *fmt, ...) in panic() function 455 EXPORT_SYMBOL(panic); 542 panic("panic_on_taint set ..."); in add_taint() 759 panic("stack-protector: Kernel stack is corrupted in: %pB", in __stack_chk_fail() 767 core_param(panic, panic_timeout, int, 0644);
|
D | exit.c | 844 panic("Attempted to kill init! exitcode=0x%08x\n", in do_exit() 945 panic("Aiee, killing interrupt handler!"); in make_task_dead() 947 panic("Attempted to kill the idle task!"); in make_task_dead() 973 panic("Oopsed too often (kernel.oops_limit is %d)", limit); in make_task_dead() 1919 panic("Oops failed to kill thread"); in abort()
|
D | user.c | 248 panic("root_user epoll percpu counter alloc failed"); in uid_cache_init()
|
D | hung_task.c | 231 panic("hung_task: blocked tasks"); in check_hung_uninterruptible_tasks()
|
D | cred.c | 106 panic("CRED: put_cred_rcu() sees %p with" in put_cred_rcu() 113 panic("CRED: put_cred_rcu() sees %p with usage %d\n", in put_cred_rcu()
|
D | Makefile | 6 obj-y = fork.o exec_domain.o panic.o \
|
D | watchdog.c | 454 panic("softlockup: hung tasks"); in watchdog_timer_fn()
|
D | audit.c | 312 panic("audit: %s\n", message); in audit_panic() 1720 panic("audit: failed to start the kauditd thread (%d)\n", err); in audit_init()
|
/kernel/trace/rv/ |
D | Kconfig | 77 Enables the panic reactor. The panic reactor emits a printk() 78 message if an exception is found and panic()s the system.
|
D | reactor_panic.c | 18 panic(msg); in rv_panic_reaction()
|
/kernel/trace/ |
D | fgraph.c | 169 *ret = (unsigned long)panic; in ftrace_pop_return_trace() 196 *ret = (unsigned long)panic; in ftrace_pop_return_trace() 263 ret = (unsigned long)panic; in ftrace_return_to_handler()
|
/kernel/kcsan/ |
D | selftest.c | 269 panic("selftests failed"); in kcsan_selftest()
|
/kernel/debug/ |
D | debug_core.c | 548 panic("Recursive entry to debugger"); in kgdb_reenter_check() 557 panic("Recursive entry to debugger"); in kgdb_reenter_check()
|
/kernel/rcu/ |
D | tree_stall.h | 146 panic("RCU Stall\n"); in panic_on_rcu_stall()
|
D | tree.c | 4649 panic("rcu_init_one: rcu_num_lvls out of range"); in rcu_init_one()
|
/kernel/power/ |
D | Kconfig | 234 A detected lockup causes system panic with message
|
D | swap.c | 1625 panic("Could not allocate memory for swsusp_header\n"); in swsusp_header_init()
|
D | snapshot.c | 1015 panic("%s: Failed to allocate %zu bytes\n", __func__, in register_nosave_region()
|
/kernel/sched/ |
D | core.c | 5971 panic("corrupted stack end detected inside scheduler\n"); in schedule_debug() 5974 panic("corrupted shadow stack detected inside scheduler\n"); in schedule_debug()
|