1DMA_POOL_DESTROY(9) Memory Management in Linux DMA_POOL_DESTROY(9)
23
4
NAME
6dma_pool_destroy - destroys a pool of dma memory blocks.
7
SYNOPSIS
9void dma_pool_destroy(struct dma_pool * pool);
10
ARGUMENTS
12pool
13dma pool that will be destroyed
14
CONTEXT
16!in_interrupt
17
DESCRIPTION
19Caller guarantees that no more memory from the pool is in use, and that
20nothing will try to use the pool after this call.
21
COPYRIGHT
23Kernel Hackers Manual 2.6. June 2019 DMA_POOL_DESTROY(9)