other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
DMA_POOL_DESTROY(9) | Memory Management in Linux | DMA_POOL_DESTROY(9) |
NAME¶
dma_pool_destroy - destroys a pool of dma memory blocks.SYNOPSIS¶
void
dma_pool_destroy(struct dma_pool * pool);
ARGUMENTS¶
pooldma pool that will be destroyed
CONTEXT¶
! in_interruptDESCRIPTION¶
Caller guarantees that no more memory from the pool is in use, and that nothing will try to use the pool after this call.COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |