函数逻辑报告 |
Source Code:mm\memory.c |
Create Date:2022-07-27 16:09:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:wp_page_shared
函数原型:static vm_fault_t wp_page_shared(struct vm_fault *vmf)__releases(vmf->ptl)
返回类型:vm_fault_t
参数:
类型 | 参数 | 名称 |
---|---|---|
struct vm_fault * | vmf |
2665 | vma等于Target VMA |
2666 | ret等于VM_FAULT_WRITE |
2668 | get_page(->fault handlers should return a* page here, unless VM_FAULT_NOPAGE* is set (which is also implied by* VM_FAULT_ERROR).) |
2673 | pte_unmap_unlock(Pointer to pte entry matching* the 'address'. NULL if the page* table hasn't been allocated., Page table lock.* Protects pte page table if 'pte'* is not NULL, otherwise pmd.) |
2675 | 如果此条件成立可能性小(为编译器优化)(!tmp || (tmp & (VM_FAULT_ERROR | VM_FAULT_NOPAGE)))则 |
2677 | put_page(->fault handlers should return a* page here, unless VM_FAULT_NOPAGE* is set (which is also implied by* VM_FAULT_ERROR).) |
2678 | 返回:tmp |
2681 | 如果此条件成立可能性小(为编译器优化)(tmp & (VM_FAULT_ERROR | VM_FAULT_NOPAGE))则 |
2686 | 否则 |
2690 | ret或等于Handle dirtying of a page in shared file mapping on a write fault.* The function expects the page to be locked and unlocks it. |
2691 | put_page(->fault handlers should return a* page here, unless VM_FAULT_NOPAGE* is set (which is also implied by* VM_FAULT_ERROR).) |
2693 | 返回:ret |
名称 | 描述 |
---|---|
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 插件可实现:逻辑报告 代码生成和批量转换代码 |