Home
last modified time | relevance | path

Searched refs:PANIC_MSG_BUFSZ (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/
H A Dpanic.c45 #define PANIC_MSG_BUFSZ 1024 macro
333 panic_force_buf = kmalloc(PANIC_MSG_BUFSZ, GFP_KERNEL); in panic_force_cpu_late_init()
414 vsnprintf(panic_force_buf, PANIC_MSG_BUFSZ, fmt, args); in panic_try_force_cpu()
578 static char buf[PANIC_MSG_BUFSZ]; in vpanic()