dma_release_from_coherent(9) centos man page | unix.com

Man Page: dma_release_from_coherent

Operating Environment: centos

Section: 9

DMA_RELEASE_FROM_COH(9) 				   Device drivers infrastructure				   DMA_RELEASE_FROM_COH(9)

NAME
dma_release_from_coherent - try to free the memory allocated from per-device coherent memory pool
SYNOPSIS
int dma_release_from_coherent(struct device * dev, int order, void * vaddr);
ARGUMENTS
dev device from which the memory was allocated order the order of pages allocated vaddr virtual address of allocated pages
DESCRIPTION
This checks whether the memory was allocated from the per-device coherent memory pool and if so, releases that memory. Returns 1 if we correctly released the memory, or 0 if dma_release_coherent should proceed with releasing memory from generic pools.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 DMA_RELEASE_FROM_COH(9)
Related Man Pages
device_schedule_callback_owner(9) - centos
usb_sg_init(9) - centos
libtalloc_tutorial(3) - centos
vxmemstat(1m) - hpux
allkmem(7d) - sunos
Similar Topics in the Unix Linux Community
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
Shopt -s histappend
Unsure why access time on a directory change isn't changing
[TIP] Processing YAML files with yq