Function report |
Source Code:kernel\printk\printk.c |
Create Date:2022-07-28 10:07:32 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kmsg_dump_rewind_nolock - reset the interator (unlocked version)*@dumper: registered kmsg dumper* Reset the dumper's iterator so that kmsg_dump_get_line() and* kmsg_dump_get_buffer() can be called again and used multiple* times within the same dumper
Proto:void kmsg_dump_rewind_nolock(struct kmsg_dumper *dumper)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct kmsg_dumper * | dumper |
| 3334 | next_idx = log_next_idx |
| Name | Describe |
|---|---|
| kmsg_dump_rewind | kmsg_dump_rewind - reset the interator*@dumper: registered kmsg dumper* Reset the dumper's iterator so that kmsg_dump_get_line() and* kmsg_dump_get_buffer() can be called again and used multiple* times within the same dumper.dump() callback. |
| kdb_dmesg | kdb_dmesg - This function implements the 'dmesg' command to display* the contents of the syslog buffer.* dmesg [lines] [adjust] |
| 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 |