Function report |
Source Code:include\linux\scatterlist.h |
Create Date:2022-07-28 05:46:19 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sg_page_iter_page - get the current page held by the page iterator*@piter: page iterator holding the page
Proto:static inline struct page *sg_page_iter_page(struct sg_page_iter *piter)
Type:struct page
Parameter:
Type | Parameter | Name |
---|---|---|
struct sg_page_iter * | piter |
384 | Return nth_page(sg_page(sg holding the page ), page offset within the sg ) |
Name | Describe |
---|---|
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 |