函数逻辑报告 |
Source Code:kernel\printk\printk_safe.c |
Create Date:2022-07-27 11:07:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:printk part of the temporary buffer line by line
函数原型:static int printk_safe_flush_buffer(const char *start, size_t len)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
const char * | start | |
size_t | len |
129 | header = true |
133 | 如果c恒等于'\n'则 |
141 | 如果c加1小于end且printk_get_level(c)则 |
142 | 如果header则 |
143 | c等于printk_skip_level(c) |
144 | 继续下一循环 |
147 | printk_safe_flush_line(start, c - start) |
149 | header = true |
150 | 继续下一循环 |
153 | header = false |
154 | c自加 |
161 | printk_safe_flush_line(start, end - start) |
165 | 返回:len |
名称 | 描述 |
---|---|
__printk_safe_flush | Flush data from the associated per-CPU buffer. The function* can be called either via IRQ work or independently. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |