函数逻辑报告 | 
Source Code:mm\nommu.c | 
Create Date:2022-07-27 16:03:02 | 
| Last Modify:2020-03-17 21:26:27 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:delete a VMA from its owning mm_struct and address space
函数原型:static void delete_vma_from_mm(struct vm_area_struct *vma)
返回类型:void
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct vm_area_struct * | vma | 
| 664 | number of VMAs 自减 | 
| 665 | 以i小于VMACACHE_SIZE循环 | 
| 674 | 如果File we map to (can be NULL). 则 | 
| 677 | i_mmap_lock_write(mapping) | 
| 679 | vma_interval_tree_remove(vma, & i_mmap) | 
| 687 | __vma_unlink_list(mm, vma) | 
| 名称 | 描述 | 
|---|---|
| split_vma | split a vma into two pieces at address 'addr', a new vma is allocated either* for the first part or the tail. | 
| shrink_vma | shrink a VMA by removing the specified chunk from either the beginning or* the end | 
| do_munmap | lease a mapping* - under NOMMU conditions the chunk to be unmapped must be backed by a single* VMA, though it need not cover the whole VMA | 
| exit_mmap | lease all the mappings made in a process's VM space | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |