函数逻辑报告 |
Source Code:include\linux\rmap.h |
Create Date:2022-07-27 09:55:07 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:anon_vma_unlock_write
函数原型:static inline void anon_vma_unlock_write(struct anon_vma *anon_vma)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct anon_vma * | anon_vma |
名称 | 描述 |
---|---|
__vma_adjust | We cannot adjust vm_start, vm_end, vm_pgoff fields of a vma that* is already present in an i_mmap tree without adjusting the tree.* The following helper function should be used when such adjustments* are necessary |
expand_downwards | vma is the first one with address < vma->vm_start. Have to extend vma. |
vm_unlock_anon_vma | |
drop_rmap_locks | |
anon_vma_free | |
__anon_vma_prepare | __anon_vma_prepare - attach an anon_vma to a memory region*@vma: the memory region in question* This makes sure the memory mapping described by 'vma' has* an 'anon_vma' attached to it, so that we can associate the |
anon_vma_fork | Attach vma to its own anon_vma, as well as to the anon_vmas that* the corresponding VMA in the parent process is attached to.* Returns 0 on success, non-zero on failure. |
split_huge_page_to_list | This function splits huge page into normal pages. @page can point to any* subpage of huge page to split. Split doesn't change the position of @page.* Only caller must hold pin on the @page, otherwise split fails with -EBUSY.* The huge page must be locked. |
collapse_huge_page |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |