dma_alloc_from_coherent(9) centos man page | unix.com

Man Page: dma_alloc_from_coherent

Operating Environment: centos

Section: 9

DMA_ALLOC_FROM_COHER(9) 				   Device drivers infrastructure				   DMA_ALLOC_FROM_COHER(9)

NAME
dma_alloc_from_coherent - try to allocate memory from the per-device coherent area
SYNOPSIS
int dma_alloc_from_coherent(struct device * dev, ssize_t size, dma_addr_t * dma_handle, void ** ret);
ARGUMENTS
dev device from which we allocate memory size size of requested memory area dma_handle This will be filled with the correct dma handle ret This pointer will be filled with the virtual address to allocated area.
DESCRIPTION
This function should be only called from per-arch dma_alloc_coherent to support allocation from per-device coherent memory pools. Returns 0 if dma_alloc_coherent should continue with allocating from generic memory areas, or !0 if dma_alloc_coherent should return ret.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DMA_ALLOC_FROM_COHER(9)
Related Man Pages
dump(9e) - opensolaris
devmap_map(9e) - opensolaris
usb_alloc_coherent(9) - centos
device_schedule_callback_owner(9) - suse
contig_malloc(9r) - osf1
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq