Function report |
Source Code:mm\dmapool.c |
Create Date:2022-07-28 15:24:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:pool_free_page
Proto:static void pool_free_page(struct dma_pool *pool, struct dma_page *page)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct dma_pool * | pool | |
struct dma_page * | page |
256 | dma_free_coherent(dev, allocation, vaddr, dma) |
Name | Describe |
---|---|
dma_pool_destroy | dma_pool_destroy - destroys a pool of dma memory blocks.*@pool: dma pool that will be destroyed* Context: !in_interrupt()* Caller guarantees that no more memory from the pool is in use,* and that nothing will try to use the pool after this call. |
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 |