Function report |
Source Code:lib\scatterlist.c |
Create Date:2022-07-28 06:20:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sg_miter_get_next_page
Proto:static bool sg_miter_get_next_page(struct sg_mapping_iter *miter)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct sg_mapping_iter * | miter |
687 | If Not remaining bytes on page Then |
690 | If Not __sg_page_iter_next( & page iterator ) Then Return false |
693 | sg = sg holding the page |
695 | offset within page = If page offset within the sg Then 0 Else offset |
697 | offset within page &= PAGE_SIZE - 1 |
705 | Return true |
Name | Describe |
---|---|
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, |
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 |