函数逻辑报告 |
Source Code:lib\iov_iter.c |
Create Date:2022-07-27 07:18:13 |
Last Modify:2022-05-21 11:43:54 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:csum_and_copy_to_pipe_iter
函数原型:static size_t csum_and_copy_to_pipe_iter(const void *addr, size_t bytes, __wsum *csum, struct iov_iter *i)
返回类型:size_t
参数:
类型 | 参数 | 名称 |
---|---|---|
const void * | addr | |
size_t | bytes | |
__wsum * | csum | |
struct iov_iter * | i |
593 | off等于0 |
600 | 如果此条件成立可能性小(为编译器优化)(!n)则返回:0 |
602 | 循环 |
603 | chunk等于min_t - return minimum of two values, using the specified type*@type: data type to use*@x: first value*@y: second value(size_t, n, PAGE_SIZE - r) |
604 | p等于kmap_atomic(page) |
606 | Prevent people trying to call kunmap_atomic() as if it were kunmap()* kunmap_atomic() should get the return value of kmap_atomic, not the page.(p) |
608 | iov_offset等于r加chunk |
612 | r等于0 |
613 | i_head自加 |
617 | 返回:bytes |
名称 | 描述 |
---|---|
csum_and_copy_to_iter |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |