函数逻辑报告 |
Source Code:mm\rmap.c |
Create Date:2022-07-27 16:25:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Getting a lock on a stable anon_vma from a page off the LRU is tricky!* Since there is no serialization what so ever against page_remove_rmap()* the best this function can do is return a locked anon_vma that might* have been relevant to this page
函数原型:struct anon_vma *page_get_anon_vma(struct page *page)
返回类型:struct anon_vma
参数:
类型 | 参数 | 名称 |
---|---|---|
struct page * | page |
494 | 如果非Return true if this page is mapped into pagetables.* For compound page it returns true if any subpage of compound page is mapped.则转到:out |
512 | put_anon_vma(anon_vma) |
513 | 返回:NULL |
515 | out : |
518 | 返回:anon_vma |
名称 | 描述 |
---|---|
__unmap_and_move | |
unmap_and_move_huge_page | Counterpart of unmap_and_move_page() for hugepage migration |
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. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |