函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\nommu.c Create Date:2022-07-27 16:03:05
Last Modify:2020-03-17 21:26:27 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:xpand a stack to a given address* - not supported under NOMMU conditions

函数原型:int expand_stack(struct vm_area_struct *vma, unsigned long address)

返回类型:int

参数:

类型参数名称
struct vm_area_struct *vma
unsigned longaddress
746  返回:负ENOMEM
调用者
名称描述
setup_arg_pagesFinalizes the stack vm_area_struct. The flags and permissions are updated,* the stack is optionally relocated, and some extra space is added.