dmam_alloc_coherent(9) centos man page | unix.com

Man Page: dmam_alloc_coherent

Operating Environment: centos

Section: 9

DMAM_ALLOC_COHERENT(9)					   Device drivers infrastructure				    DMAM_ALLOC_COHERENT(9)

NAME
dmam_alloc_coherent - Managed dma_alloc_coherent
SYNOPSIS
void * dmam_alloc_coherent(struct device * dev, size_t size, dma_addr_t * dma_handle, gfp_t gfp);
ARGUMENTS
dev Device to allocate coherent memory for size Size of allocation dma_handle Out argument for allocated DMA handle gfp Allocation flags
DESCRIPTION
Managed dma_alloc_coherent. Memory allocated using this function will be automatically released on driver detach.
RETURNS
Pointer to allocated memory on success, NULL on failure.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DMAM_ALLOC_COHERENT(9)
Related Man Pages
struct_device_driver(9) - centos
usb_alloc_coherent(9) - centos
device_schedule_callback_owner(9) - suse
ddi_mem_alloc(9f) - opensolaris
ddi_fm_dma_err_clear(9f) - opensolaris
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
How to increment version inside a file?
Unsure why access time on a directory change isn't changing
Controlling user input
Please Welcome Dave Munro to the Moderator Team!