Query: dma_pool_alloc
OS: centos
Section: 9
Links: centos man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DMA_POOL_ALLOC(9) Memory Management in Linux DMA_POOL_ALLOC(9)NAMEdma_pool_alloc - get a block of consistent memorySYNOPSISvoid * dma_pool_alloc(struct dma_pool * pool, gfp_t mem_flags, dma_addr_t * handle);ARGUMENTSpool dma pool that will produce the block mem_flags GFP_* bitmask handle pointer to dma address of blockDESCRIPTIONThis returns the kernel virtual address of a currently unused block, and reports its dma address through the handle. If such a memory block can't be allocated, NULL is returned.COPYRIGHTKernel Hackers Manual 3.10 June 2014 DMA_POOL_ALLOC(9)
Related Man Pages |
---|
usb_alloc_coherent(9) - centos |
usb_sg_init(9) - centos |
malloc(9r) - osf1 |
pool_prime(9) - netbsd |
pool_get(9) - netbsd |
Similar Topics in the Unix Linux Community |
---|
How disabling GPU? |