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

NAME

6       dma_pool_free - put block back into dma pool
7

SYNOPSIS

9       void dma_pool_free(struct dma_pool * pool, void * vaddr,
10                          dma_addr_t dma);
11

ARGUMENTS

13       pool
14           the dma pool holding the block
15
16       vaddr
17           virtual address of block
18
19       dma
20           dma address of block
21

DESCRIPTION

23       Caller promises neither device nor driver will again touch this block
24       unless it is first re-allocated.
25
27Kernel Hackers Manual 3.10         June 2019                  DMA_POOL_FREE(9)
Impressum