Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\dma\virt.c Create Date:2022-07-28 10:34:03
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:dma_virt_free

Proto:static void dma_virt_free(struct device *dev, size_t size, void *cpu_addr, dma_addr_t dma_addr, unsigned long attrs)

Type:void

Parameter:

TypeParameterName
struct device *dev
size_tsize
void *cpu_addr
dma_addr_tdma_addr
unsigned longattrs
26  free_pages((unsignedlong)cpu_addr, get_order - Determine the allocation order of a memory size*@size: The size for which to get the order* Determine the allocation order of a particular sized block of memory)