Function report |
Source Code:kernel\panic.c |
Create Date:2022-07-28 08:59:48 |
Last Modify:2022-05-22 10:57:01 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__warn
Proto:void __warn(const char *file, int line, void *caller, unsigned taint, struct pt_regs *regs, struct warn_args *args)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | file | |
int | line | |
void * | caller | |
unsigned | taint | |
struct pt_regs * | regs | |
struct warn_args * | args |
561 | disable_trace_on_warning() |
563 | If file Then pr_warn("WARNING: CPU: %d PID: %d at %s:%d %pS\n", These macros fold the SMP functionality into a single CPU system(), pid, file, line, caller) |
567 | Else pr_warn("WARNING: CPU: %d PID: %d at %pS\n", These macros fold the SMP functionality into a single CPU system(), pid, caller) |
574 | If panic_on_warn Then |
581 | panic_on_warn = 0 |
585 | print_modules() |
589 | Else dump_stack() |
594 | print_oops_end_marker() |
Name | Describe |
---|---|
report_bug |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |