Toggle navigation
/
Symbol
File
Text
Line
Symbol: __die
function
Declared as a prototype...
arch/x86/include/asm/kdebug.h:37:1-37:67
: extern int __must_check __die(const char *, struct pt_regs *, long);
Defined...
arch/x86/kernel/dumpstack.c:431:1-435:1
: int __die(const char *str, struct pt_regs *regs, long err)