Function report |
Source Code:kernel\printk\printk.c |
Create Date:2022-07-28 10:07:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sole_flush_on_panic - flush console content on panic*@mode: flush all messages in buffer or just the pending ones* Immediately output all pending messages no matter what.
Proto:void console_flush_on_panic(enum con_flush_mode mode)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
enum con_flush_mode | mode |
2565 | If mode == CONSOLE_REPLAY_ALL Then |
2568 | logbuf_lock_irqsave(flags) |
2569 | he next printk record to write to the console = dex and sequence number of the first record stored in the buffer |
2570 | console_idx = log_first_idx |
Name | Describe |
---|---|
panic | panic - halt the system*@fmt: The text string to print* Display a message, then perform cleanups.* This function never returns. |
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 |