1DMA_POOL_DESTROY(9)       Memory Management in Linux       DMA_POOL_DESTROY(9)
2
3
4

NAME

6       dma_pool_destroy - destroys a pool of dma memory blocks.
7

SYNOPSIS

9       void dma_pool_destroy(struct dma_pool * pool);
10

ARGUMENTS

12       pool
13           dma pool that will be destroyed
14

CONTEXT

16       !in_interrupt
17

DESCRIPTION

19       Caller guarantees that no more memory from the pool is in use, and that
20       nothing will try to use the pool after this call.
21
23Kernel Hackers Manual 2.6.         June 2019               DMA_POOL_DESTROY(9)
Impressum