DMA memory pool. More...
#include <dmapool_nommu.h>

Data Fields | |
| struct mem_pool | mempool |
| The underlying memory pool. | |
DMA memory pool.
This is just a wrapper around a memory pool, since we don't need to do any additional bookkeeping on mmu-less devices.
Definition at line 61 of file dmapool_nommu.h.
| struct mem_pool dma_pool::mempool |
The underlying memory pool.
For internal use only.
Definition at line 66 of file dmapool_nommu.h.
Referenced by dma_pool_alloc(), dma_pool_free(), and dma_pool_init_coherent().
1.6.3