Name

dma_pool_destroy — destroys a pool of dma memory blocks.

Synopsis

void dma_pool_destroy (struct dma_pool * pool);
 

Arguments

struct dma_pool * pool

dma pool that will be destroyed

Context

!in_interrupt

Description

Caller guarantees that no more memory from the pool is in use, and that nothing will try to use the pool after this call.