Searched refs:panic (Results 1 – 15 of 15) sorted by relevance
/kernel/ |
D | panic.c | 74 void panic(const char *fmt, ...) in panic() function 191 EXPORT_SYMBOL(panic); 467 panic("stack-protector: Kernel stack is corrupted in: %p\n", in __stack_chk_fail() 474 core_param(panic, panic_timeout, int, 0644);
|
D | watchdog.c | 257 panic("Watchdog detected hard LOCKUP on cpu %u", next_cpu); in watchdog_check_hardlockup_other_cpu() 318 panic("Watchdog detected hard LOCKUP on cpu %d", this_cpu); in watchdog_overflow_callback() 405 panic("softlockup: hung tasks"); in watchdog_timer_fn()
|
D | system_keyring.c | 41 panic("Can't allocate system trusted keyring\n"); in system_trusted_keyring_init()
|
D | modsign_pubkey.c | 44 panic("Can't allocate module signing keyring\n"); in module_verify_init()
|
D | hung_task.c | 113 panic("hung_task: blocked tasks"); in check_hung_task()
|
D | cred.c | 97 panic("CRED: put_cred_rcu() sees %p with" in put_cred_rcu() 104 panic("CRED: put_cred_rcu() sees %p with usage %d\n", in put_cred_rcu()
|
D | exit.c | 532 panic("Attempted to kill init! exitcode=0x%08x\n", in find_new_reaper() 718 panic("Aiee, killing interrupt handler!"); in do_exit() 720 panic("Attempted to kill the idle task!"); in do_exit()
|
D | Makefile | 5 obj-y = fork.o exec_domain.o panic.o printk.o \
|
D | audit.c | 193 panic("audit: %s\n", message); in audit_panic()
|
D | sys.c | 524 panic("cannot halt"); in SYSCALL_DEFINE4()
|
D | rcutree.c | 3202 panic("rcu_init_one: rcu_num_lvls overflow"); in rcu_init_one()
|
D | module.c | 2472 panic("Module verification failed with error %d in FIPS mode\n", in module_sig_check()
|
/kernel/debug/ |
D | debug_core.c | 442 panic("Recursive entry to debugger"); in kgdb_reenter_check() 451 panic("Recursive entry to debugger"); in kgdb_reenter_check()
|
/kernel/trace/ |
D | trace_functions_graph.c | 148 *ret = (unsigned long)panic; in ftrace_pop_return_trace() 175 *ret = (unsigned long)panic; in ftrace_pop_return_trace() 212 ret = (unsigned long)panic; in ftrace_return_to_handler()
|
/kernel/power/ |
D | swap.c | 1507 panic("Could not allocate memory for swsusp_header\n"); in swsusp_header_init()
|