函数逻辑报告 |
Source Code:mm\ksm.c |
Create Date:2022-07-27 17:15:31 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:reuse_ksm_page
函数原型:bool reuse_ksm_page(struct page *page, struct vm_area_struct *vma, unsigned long address)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
struct page * | page | |
struct vm_area_struct * | vma | |
unsigned long | address |
2668 | 如果PageSwapCache(page)或非page_stable_node(page)则返回:false |
2671 | 如果非page_ref_freeze(page, 1)则返回:false |
2676 | page_ref_unfreeze(page, 1) |
2678 | 返回:true |
名称 | 描述 |
---|---|
do_wp_page | This routine handles present pages, when users try to write* to a shared page. It is done by copying the page to a new address* and decrementing the shared-page counter for the old page.* Note that this routine assumes that the protection checks have been |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |