函数逻辑报告 | 
Source Code:mm\mempolicy.c | 
Create Date:2022-07-27 17:04:31 | 
| Last Modify:2020-03-17 22:28:11 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:Migrate pages from one node to a target node.* Returns error or the number of pages not migrated.
函数原型:static int migrate_to_node(struct mm_struct *mm, int source, int dest, int flags)
返回类型:int
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct mm_struct * | mm | |
| int | source | |
| int | dest | |
| int | flags | 
| 1044 | err等于0 | 
| 1046 | nodes_clear(nmask) | 
| 1047 | The inline keyword gives the compiler room to decide to inline, or* not inline a function as it sees best(source, nmask) | 
| 1054 | VM_BUG_ON(!(flags & (Move pages owned by this process to conformto policy | Move every page to conform to policy ))) | 
| 1058 | 如果非链表为空则 | 
| 1065 | 返回:err | 
| 名称 | 描述 | 
|---|---|
| do_migrate_pages | Move pages between the two nodesets so as to preserve the physical* layout as much as possible.* Returns the number of page that could not be moved. | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |