Function report |
Source Code:kernel\printk\printk_safe.c |
Create Date:2022-07-28 10:07:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:printk_safe_flush_line
Proto:static inline void printk_safe_flush_line(const char *text, int len)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const char * | text | |
int | len |
118 | printk_deferred("%.*s", len, text) |
Name | Describe |
---|---|
printk_safe_flush_buffer | printk part of the temporary buffer line by line |
__printk_safe_flush | Flush data from the associated per-CPU buffer. The function* can be called either via IRQ work or independently. |
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 |