dma_pool_free(9) centos man page | unix.com

Man Page: dma_pool_free

Operating Environment: centos

Section: 9

DMA_POOL_FREE(9)					    Memory Management in Linux						  DMA_POOL_FREE(9)

NAME
dma_pool_free - put block back into dma pool
SYNOPSIS
void dma_pool_free(struct dma_pool * pool, void * vaddr, dma_addr_t dma);
ARGUMENTS
pool the dma pool holding the block vaddr virtual address of block dma dma address of block
DESCRIPTION
Caller promises neither device nor driver will again touch this block unless it is first re-allocated.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DMA_POOL_FREE(9)
Related Man Pages
thin_rmap(8) - centos
sf(7d) - opensolaris
struct_rio_mport(9) - centos
struct_spi_transfer(9) - suse
struct_usb_request(9) - suse
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
How to increment version inside a file?
Tar Command
Docker learning Phase-I
Unsure why access time on a directory change isn't changing