/linux/arch/x86/kernel/ |
H A D | dumpstack.c | 326 show_trace_log_lvl(current, regs, NULL, KERN_DEFAULT); in show_stack_regs() 375 __show_regs(&exec_summary_regs, SHOW_REGS_ALL, KERN_DEFAULT); in oops_end() 407 printk(KERN_DEFAULT in __die_header() 469 show_regs_print_info(KERN_DEFAULT); in show_regs() 472 __show_regs(regs, print_kernel_regs, KERN_DEFAULT); in show_regs() 478 show_trace_log_lvl(current, regs, NULL, KERN_DEFAULT); in show_regs()
|
H A D | cet.c | 98 printk(KERN_DEFAULT CUT_HERE); in do_kernel_cp_fault()
|
/linux/include/linux/sunrpc/ |
H A D | debug.h | 40 printk(KERN_DEFAULT fmt, ##__VA_ARGS__); \ 53 printk(KERN_DEFAULT fmt, ##__VA_ARGS__); \
|
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | printk-basics.rst | 56 | KERN_DEFAULT | "" | | 66 如果省略了日志级别,则以 ``KERN_DEFAULT`` 级别打印消息。
|
/linux/arch/sh/kernel/ |
H A D | process_32.c | 34 show_regs_print_info(KERN_DEFAULT); in show_regs() 58 show_trace(NULL, (unsigned long *)regs->regs[15], regs, KERN_DEFAULT); in show_regs()
|
H A D | traps.c | 43 dump_mem("Stack: ", KERN_DEFAULT, regs->regs[15], in die()
|
/linux/tools/include/linux/ |
H A D | kern_levels.h | 17 #define KERN_DEFAULT KERN_SOH "" /* the default kernel loglevel */ macro
|
/linux/include/linux/ |
H A D | kern_levels.h | 17 #define KERN_DEFAULT "" /* the default kernel loglevel */ macro
|
/linux/arch/s390/kernel/ |
H A D | dumpstack.c | 181 show_regs_print_info(KERN_DEFAULT); in show_regs() 185 show_stack(NULL, (unsigned long *) regs->gprs[15], KERN_DEFAULT); in show_regs()
|
/linux/arch/riscv/kernel/ |
H A D | process.c | 64 show_regs_print_info(KERN_DEFAULT); in __show_regs() 101 dump_backtrace(regs, NULL, KERN_DEFAULT); in show_regs()
|
/linux/lib/ |
H A D | dump_stack.c | 129 dump_stack_lvl(KERN_DEFAULT); in dump_stack()
|
H A D | bug.c | 195 printk(KERN_DEFAULT CUT_HERE); in __report_bug()
|
/linux/Documentation/core-api/ |
H A D | printk-basics.rst | 49 | KERN_DEFAULT | "" | | 61 If the log level is omitted, the message is printed with ``KERN_DEFAULT``
|
/linux/arch/arm/kernel/ |
H A D | process.c | 134 show_regs_print_info(KERN_DEFAULT); in __show_regs() 203 dump_backtrace(regs, NULL, KERN_DEFAULT); in show_regs()
|
/linux/kernel/module/ |
H A D | tracking.c | 55 printk(KERN_DEFAULT "Unloaded tainted modules:"); in print_unloaded_tainted_modules()
|
/linux/arch/openrisc/kernel/ |
H A D | process.c | 123 show_regs_print_info(KERN_DEFAULT); in show_regs()
|
/linux/drivers/md/dm-vdo/ |
H A D | logger.c | 84 printk(KERN_DEFAULT "%pV", &vaf); in emit_log_message_to_kernel()
|
/linux/arch/arm64/kernel/ |
H A D | process.c | 216 show_regs_print_info(KERN_DEFAULT); in __show_regs() 247 dump_backtrace(regs, NULL, KERN_DEFAULT); in show_regs()
|
/linux/arch/arc/kernel/ |
H A D | troubleshoot.c | 229 show_stacktrace(current, regs, KERN_DEFAULT); in show_kernel_fault_diag()
|
/linux/arch/sparc/kernel/ |
H A D | process_64.c | 166 show_regs_print_info(KERN_DEFAULT); in show_regs() 185 show_stack(current, (unsigned long *)regs->u_regs[UREG_FP], KERN_DEFAULT); in show_regs()
|
H A D | process_32.c | 120 show_regs_print_info(KERN_DEFAULT); in show_regs()
|
/linux/arch/alpha/kernel/ |
H A D | traps.c | 153 dik_show_trace((unsigned long *)(regs+1), KERN_DEFAULT); in die_if_kernel() 568 dik_show_trace((unsigned long *)(regs+1), KERN_DEFAULT); in do_entUna()
|
H A D | process.c | 201 show_regs_print_info(KERN_DEFAULT); in show_regs()
|
/linux/arch/nios2/kernel/ |
H A D | process.c | 77 show_regs_print_info(KERN_DEFAULT); in show_regs()
|
/linux/fs/nfs/ |
H A D | inode.c | 1750 printk(KERN_DEFAULT "%s at %p is empty\n", caption, fh); in _nfs_display_fhandle() 1754 printk(KERN_DEFAULT "%s at %p is %u bytes, crc: 0x%08x:\n", in _nfs_display_fhandle() 1761 printk(KERN_DEFAULT " %08x\n", in _nfs_display_fhandle() 1765 printk(KERN_DEFAULT " %08x %08x\n", in _nfs_display_fhandle() 1769 printk(KERN_DEFAULT " %08x %08x %08x\n", in _nfs_display_fhandle() 1774 printk(KERN_DEFAULT " %08x %08x %08x %08x\n", in _nfs_display_fhandle()
|