函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\internal.h Create Date:2022-07-27 07:09:08
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

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

函数原型:static inline bool is_stack_mapping(vm_flags_t flags)

返回类型:bool

参数:

类型参数名称
vm_flags_tflags
283  返回:flags按位与VM_STACK的值恒等于VM_STACK
调用者
名称描述
vm_stat_account