Function report |
Source Code:mm\dmapool.c |
Create Date:2022-07-28 15:24:16 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pool_find_page
Proto:static struct dma_page *pool_find_page(struct dma_pool *pool, dma_addr_t dma)
Type:struct dma_page
Parameter:
Type | Parameter | Name |
---|---|---|
struct dma_pool * | pool | |
dma_addr_t | dma |
395 | If dma - dma < allocation Then Return page |
398 | Return NULL |
Name | Describe |
---|---|
dma_pool_free | dma_pool_free - put block back into dma pool*@pool: the dma pool holding the block*@vaddr: virtual address of block*@dma: dma address of block* Caller promises neither device nor driver will again touch this block* unless it is first re-allocated. |
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 |