Query: dma_pool_free
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DMA_POOL_FREE(9) Memory Management in Linux DMA_POOL_FREE(9)NAMEdma_pool_free - put block back into dma poolSYNOPSISvoid dma_pool_free(struct dma_pool * pool, void * vaddr, dma_addr_t dma);ARGUMENTSpool the dma pool holding the block vaddr virtual address of block dma dma address of blockDESCRIPTIONCaller promises neither device nor driver will again touch this block unless it is first re-allocated.COPYRIGHTKernel Hackers Manual 2.6. July 2010 DMA_POOL_FREE(9)