Man Page: dmam_alloc_noncoherent
Operating Environment: centos
Section: 9
DMAM_ALLOC_NONCOHERE(9) Device drivers infrastructure DMAM_ALLOC_NONCOHERE(9)NAMEdmam_alloc_noncoherent - Managed dma_alloc_non_coherentSYNOPSISvoid * dmam_alloc_noncoherent(struct device * dev, size_t size, dma_addr_t * dma_handle, gfp_t gfp);ARGUMENTSdev Device to allocate non_coherent memory for size Size of allocation dma_handle Out argument for allocated DMA handle gfp Allocation flagsDESCRIPTIONManaged dma_alloc_non_coherent. Memory allocated using this function will be automatically released on driver detach.RETURNSPointer to allocated memory on success, NULL on failure.COPYRIGHTKernel Hackers Manual 3.10 June 2014 DMAM_ALLOC_NONCOHERE(9)
| Related Man Pages |
|---|
| kmalloc_array(9) - centos |
| usb_alloc_coherent(9) - centos |
| blk_make_request(9) - suse |
| ddi_mem_alloc(9f) - opensolaris |
| ddi_fm_dma_err_clear(9f) - opensolaris |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| Unsure why access time on a directory change isn't changing |
| CentOS 6 ran out of space, need to reclaim it |
| [TIP] Processing YAML files with yq |