Function report |
Source Code:mm\dmapool.c |
Create Date:2022-07-28 15:24:08 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:is_page_busy
Proto:static inline bool is_page_busy(struct dma_page *page)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct dma_page * | page |
246 | Return in_use != 0 |
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 |