Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:insert_vmap_area

Proto:static void insert_vmap_area(struct vmap_area *va, struct rb_root *root, struct list_head *head)

Type:void

Parameter:

TypeParameterName
struct vmap_area *va
struct rb_root *root
struct list_head *head
659  link = This function returns back addresses of parent node* and its left or right link for further processing.
660  link_va(va, root, parent, link, head)
Caller
NameDescribe
alloc_vmap_areaAllocate a region of KVA of the specified size and alignment, within the* vstart and vend.
vmalloc_init