函数逻辑报告 |
Source Code:mm\mremap.c |
Create Date:2022-07-27 16:22:22 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:vma_expandable
函数原型:static int vma_expandable(struct vm_area_struct *vma, unsigned long delta)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct vm_area_struct * | vma | |
unsigned long | delta |
578 | 如果end小于The first byte after our end addresswithin vm_mm. 则返回:0 |
580 | 如果linked list of VM areas per task, sorted by address 且Our start address within vm_mm. 小于end则返回:0 |
582 | 如果get_unmapped_area(NULL, Our start address within vm_mm. , end - Our start address within vm_mm. , 0, Interpret addr exactly )按位与PAGE_MASK的反则返回:0 |
585 | 返回:1 |
名称 | 描述 |
---|---|
SYSCALL_DEFINE5 | Expand (or shrink) an existing mapping, potentially moving it at the* same time (controlled by the MREMAP_MAYMOVE flag and available VM space)* MREMAP_FIXED option added 5-Dec-1999 by Benjamin LaHaise* This option implies MREMAP_MAYMOVE. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |