Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:is_vma_temporary_stack

Proto:bool is_vma_temporary_stack(struct vm_area_struct *vma)

Type:bool

Parameter:

TypeParameterName
struct vm_area_struct *vma
1701  maybe_stack = Flags, see mm.h. & (general info on the segment | VM_GROWSUP)
1703  If Not maybe_stack Then Return false
1706  If (Flags, see mm.h. & Bits set in the VMA until the stack is in its final location ) == Bits set in the VMA until the stack is in its final location Then Return true
1710  Return false
Caller
NameDescribe
invalid_migration_vma
hugepage_vma_check