函数逻辑报告 |
Source Code:lib\scatterlist.c |
Create Date:2022-07-27 07:17:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:sg_miter_get_next_page
函数原型:static bool sg_miter_get_next_page(struct sg_mapping_iter *miter)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct sg_mapping_iter * | miter |
687 | 如果非 remaining bytes on page 则 |
690 | 如果非__sg_page_iter_next( & page iterator )则返回:false |
693 | sg等于sg holding the page |
695 | offset within page 等于如果page offset within the sg 则0否则offset |
697 | offset within page 与等于PAGE_SIZE减1 |
705 | 返回:true |
名称 | 描述 |
---|---|
sg_miter_skip | sg_miter_skip - reposition mapping iterator*@miter: sg mapping iter to be skipped*@offset: number of bytes to plus the current location* Description:* Sets the offset of @miter to its current location plus @offset bytes |
sg_miter_next | sg_miter_next - proceed mapping iterator to the next mapping*@miter: sg mapping iter to proceed* Description:* Proceeds @miter to the next mapping. @miter should have been started* using sg_miter_start(). On successful return, @miter->page, |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |