函数逻辑报告 |
Source Code:mm\migrate.c |
Create Date:2022-07-27 17:32:15 |
Last Modify:2022-05-20 09:53:13 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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
函数原型:void putback_movable_pages(struct list_head *l)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct list_head * | l |
176 | 继续下一循环 |
178 | 删除链表项 |
184 | 如果此条件成立可能性小(为编译器优化)(__PageMovable(page))则 |
185 | VM_BUG_ON_PAGE(!PageIsolated(page), page) |
189 | 否则__ClearPageIsolated(page) |
193 | 否则 |
名称 | 描述 |
---|---|
check_and_migrate_cma_pages | |
migrate_to_node | Migrate pages from one node to a target node.* Returns error or the number of pages not migrated. |
do_mbind | |
do_move_pages_to_node | |
soft_offline_huge_page | |
__soft_offline_page | |
isolate_migratepages_block | solate_migratepages_block() - isolate all migrate-able pages within* a single pageblock*@cc: Compaction control structure.*@low_pfn: The first PFN to isolate*@end_pfn: The one-past-the-last PFN to isolate, within same pageblock |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |