Function report |
Source Code:include\linux\scatterlist.h |
Create Date:2022-07-28 05:46:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sg_virt - Return virtual address of an sg entry*@sg: SG entry* Description:* This calls page_address() on the page in this sg entry, and adds the* sg offset. The caller must know that the sg page has a valid virtual* mapping.
Proto:static inline void *sg_virt(struct scatterlist *sg)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct scatterlist * | sg |
239 | Return page_address(sg_page(sg)) + offset |
Name | Describe |
---|---|
dma_virt_map_sg | |
debug_dma_map_sg |
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 |