函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\dmapool.c Create Date:2022-07-27 16:54:45
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:pool_free_page

函数原型:static void pool_free_page(struct dma_pool *pool, struct dma_page *page)

返回类型:void

参数:

类型参数名称
struct dma_pool *pool
struct dma_page *page
251  dma等于dma
256  dma_free_coherent(dev, allocation, vaddr, dma)
257  删除链表项
258  释放内存
调用者
名称描述
dma_pool_destroydma_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.