Searched refs:completion_pool (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/dma/ioat/
H A Dinit.c499 ioat_dma->completion_pool = dma_pool_create("completion_pool", dev,
504 if (!ioat_dma->completion_pool) {
532 dma_pool_destroy(ioat_dma->completion_pool);
543 dma_pool_destroy(ioat_dma->completion_pool);
665 dma_pool_free(ioat_dma->completion_pool, ioat_chan->completion,
697 dma_pool_zalloc(ioat_chan->ioat_dma->completion_pool,
1331 dma_pool_destroy(d->completion_pool);
H A Ddma.h53 * @completion_pool: DMA buffers for completion ops
66 struct dma_pool *completion_pool; member in struct:ioatdma_device

Completed in 232 milliseconds