Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\nommu.c Create Date:2022-07-28 14:36:25
Last Modify:2020-03-17 21:26:27 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__vmalloc

Proto:void *__vmalloc(unsigned long size, gfp_t gfp_mask, pgprot_t prot)

Type:void

Parameter:

TypeParameterName
unsigned longsize
gfp_tgfp_mask
pgprot_tprot
149  Return kmalloc(size, (gfp_mask | __GFP_COMP) & ~__GFP_HIGHMEM)