函数逻辑报告 |
Source Code:mm\mmap.c |
Create Date:2022-07-27 16:17:42 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Ok - we have the memory areas we should free on the vma list,* so release them, and do the vma updates.* Called with the mm semaphore held.
函数原型:static void remove_vma_list(struct mm_struct *mm, struct vm_area_struct *vma)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mm_struct * | mm | |
struct vm_area_struct * | vma |
2562 | nr_accounted等于0 |
2565 | update_hiwater_vm(mm) |
2566 | 循环 |
2569 | 如果Flags, see mm.h. 按位与Is a VM accounted object 则nr_accounted加等于nrpages |
2571 | vm_stat_account(mm, Flags, see mm.h. , - nrpages) |
2574 | vm_unacct_memory(nr_accounted) |
2575 | validate_mm(mm) |
名称 | 描述 |
---|---|
__do_munmap | Munmap is split into 2 main parts -- this part which finds* what needs doing, and the areas themselves, which do the* work. This now handles partial unmappings.* Jeremy Fitzhardinge |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |