Function report |
Source Code:include\linux\scatterlist.h |
Create Date:2022-07-28 05:46:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sg_assign_page - Assign a given page to an SG entry*@sg: SG entry*@page: The page* Description:* Assign page to sg entry. Also see sg_set_page(), the most commonly used* variant.
Proto:static inline void sg_assign_page(struct scatterlist *sg, struct page *page)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct scatterlist * | sg | |
struct page * | page |
89 | page_link = page_link & (Notes on SG table design | SG_END) |
95 | BUG_ON((unsignedlong)page & (Notes on SG table design | SG_END)) |
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 |