函数逻辑报告 |
Source Code:mm\migrate.c |
Create Date:2022-07-27 17:32:13 |
Last Modify:2022-05-20 09:53:13 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:It should be called on page which is PG_movable
函数原型:void putback_movable_page(struct page *page)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct page * | page |
151 | VM_BUG_ON_PAGE(!PageLocked(page), page) |
152 | VM_BUG_ON_PAGE(!PageMovable(page), page) |
153 | VM_BUG_ON_PAGE(!PageIsolated(page), page) |
155 | mapping等于page_mapping(page) |
156 | putback_page(page) |
157 | __ClearPageIsolated(page) |
名称 | 描述 |
---|---|
putback_movable_pages | Put previously isolated pages back onto the appropriate lists* from where they were once taken off for compaction/migration.* This function shall be used whenever the isolated pageset has been* built from lru, balloon, hugetlbfs page |
unmap_and_move | Obtain the lock on page, remove all ptes and migrate the page* to the newly allocated page in newpage. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |