Home
last modified time | relevance | path

Searched refs:dma_block (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/mm/
Ddmapool.c43 struct dma_block { struct
44 struct dma_block *next_block; argument
51 struct dma_block *next_block; argument
95 static void pool_check_block(struct dma_pool *pool, struct dma_block *block, in pool_check_block()
101 for (i = sizeof(struct dma_block); i < pool->size; i++) { in pool_check_block()
135 struct dma_block *block = pool->next_block; in pool_block_err()
164 static void pool_check_block(struct dma_pool *pool, struct dma_block *block, in pool_check_block()
181 static struct dma_block *pool_block_pop(struct dma_pool *pool) in pool_block_pop()
183 struct dma_block *block = pool->next_block; in pool_block_pop()
192 static void pool_block_push(struct dma_pool *pool, struct dma_block *block, in pool_block_push()
[all …]
/linux-6.12.1/sound/soc/fsl/
Dfsl_asrc.h422 struct dma_block { struct
Dfsl_easrc.h549 struct dma_block { struct