Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\cma_debug.c Create Date:2022-07-28 16:33:05
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:cma_alloc_write

Proto:static int cma_alloc_write(void *data, u64 val)

Type:int

Parameter:

TypeParameterName
void *data
u64val
156  pages = val
157  cma = data
159  Return cma_alloc_mem(cma, pages)