1. NAME

dma_pool_destroy - destroys a pool of dma memory blocks.

2. SYNOPSIS

void dma_pool_destroy(struct dma_pool *  pool );

3. ARGUMENTS

pool
    dma pool that will be destroyed

4. CONTEXT

!in_interrupt

5. 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.

6. COPYRIGHT