Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:__vma_unlink_list

Proto:void __vma_unlink_list(struct mm_struct *mm, struct vm_area_struct *vma)

Type:void

Parameter:

TypeParameterName
struct mm_struct *mm
struct vm_area_struct *vma
295  next = linked list of VM areas per task, sorted by address
296  prev = linked list of VM areas per task, sorted by address
297  If prev Then linked list of VM areas per task, sorted by address = next
299  Else list of VMAs = next
301  If next Then linked list of VM areas per task, sorted by address = prev
Caller
NameDescribe
delete_vma_from_mmdelete a VMA from its owning mm_struct and address space
__vma_unlink_common