| /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/lib/ |
| H A D | dump_stack.c | 129 dump_stack_lvl(KERN_DEFAULT); in dump_stack()
|
| H A D | bug.c | 240 printk(KERN_DEFAULT CUT_HERE); in __report_bug()
|
| /linux/include/linux/sunrpc/ |
| H A D | debug.h | 34 # define __sunrpc_printk(fmt, ...) printk(KERN_DEFAULT fmt, ##__VA_ARGS__)
|
| /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/arch/riscv/kernel/ |
| H A D | process.c | 69 show_regs_print_info(KERN_DEFAULT); in __show_regs() 106 dump_backtrace(regs, NULL, KERN_DEFAULT); in show_regs()
|
| /linux/kernel/module/ |
| H A D | tracking.c | 53 printk(KERN_DEFAULT "Unloaded tainted modules:"); in print_unloaded_tainted_modules()
|
| H A D | main.c | 3899 printk(KERN_DEFAULT "Modules linked in:"); in print_modules()
|
| /linux/arch/openrisc/kernel/ |
| H A D | process.c | 123 show_regs_print_info(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/arm64/kernel/ |
| H A D | process.c | 217 show_regs_print_info(KERN_DEFAULT); in __show_regs() 248 dump_backtrace(regs, NULL, 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 | 1847 printk(KERN_DEFAULT "%s at %p is empty\n", caption, fh); in _nfs_display_fhandle() 1851 printk(KERN_DEFAULT "%s at %p is %u bytes, crc: 0x%08x:\n", in _nfs_display_fhandle() 1858 printk(KERN_DEFAULT " %08x\n", in _nfs_display_fhandle() 1862 printk(KERN_DEFAULT " %08x %08x\n", in _nfs_display_fhandle() 1866 printk(KERN_DEFAULT " %08x %08x %08x\n", in _nfs_display_fhandle() 1871 printk(KERN_DEFAULT " %08x %08x %08x %08x\n", in _nfs_display_fhandle()
|
| /linux/arch/loongarch/kernel/ |
| H A D | traps.c | 332 show_regs_print_info(KERN_DEFAULT); in __show_regs() 393 show_stacktrace(current, regs, KERN_DEFAULT, user_mode(regs)); in show_registers()
|
| /linux/kernel/kcsan/ |
| H A D | report.c | 496 dump_stack_print_info(KERN_DEFAULT); in print_report()
|
| /linux/arch/parisc/kernel/ |
| H A D | traps.c | 166 parisc_show_stack(current, regs, KERN_DEFAULT); in show_regs()
|
| /linux/arch/mips/kernel/ |
| H A D | traps.c | 272 show_regs_print_info(KERN_DEFAULT); in __show_regs() 389 show_stacktrace(current, regs, KERN_DEFAULT, user_mode(regs)); in show_registers()
|
| /linux/arch/x86/mm/ |
| H A D | fault.c | 713 printk(KERN_DEFAULT "CR2: %016lx\n", address); in page_fault_oops()
|