Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Stack area - atomatically grows in one direction* VM_GROWSUP / VM_GROWSDOWN VMAs are always private anonymous:* do_mmap() forbids all other combinations.

Proto:static inline bool is_stack_mapping(vm_flags_t flags)

Type:bool

Parameter:

TypeParameterName
vm_flags_tflags
283  Return (flags & VM_STACK) == VM_STACK
Caller
NameDescribe
vm_stat_account