Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:get_vm_area - reserve a contiguous kernel virtual area*@size: size of the area*@flags: %VM_IOREMAP for I/O mappings or VM_ALLOC* Search an area of @size in the kernel virtual mapping area,* and reserved it for out purposes. Returns the area descriptor

Proto:struct vm_struct *get_vm_area(unsigned long size, unsigned long flags)

Type:struct vm_struct

Parameter:

TypeParameterName
unsigned longsize
unsigned longflags
2151  Return __get_vm_area_node(size, 1, flags, VMALLOC_START, VMALLOC_END, NUMA_NO_NODE, GFP_KERNEL, __builtin_return_address(0))