dma_block
for (i = sizeof(struct dma_block); i < pool->size; i++) {
struct dma_block *block = pool->next_block;
static void pool_check_block(struct dma_pool *pool, struct dma_block *block,
static struct dma_block *pool_block_pop(struct dma_pool *pool)
struct dma_block *block = pool->next_block;
static void pool_block_push(struct dma_pool *pool, struct dma_block *block,
if (size < sizeof(struct dma_block))
size = sizeof(struct dma_block);
struct dma_block *block, *first = NULL, *last = NULL;
struct dma_block *block;
struct dma_block *next_block;
struct dma_block *block = vaddr;
struct dma_block *next_block;
static void pool_check_block(struct dma_pool *pool, struct dma_block *block,