函数逻辑报告 |
Source Code:mm\mempolicy.c |
Create Date:2022-07-27 17:03:58 |
Last Modify:2020-03-17 22:28:11 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Walk through page tables and collect pages to be migrated
函数原型:static int queue_pages_range(struct mm_struct *mm, unsigned long start, unsigned long end, nodemask_t *nodes, unsigned long flags, struct list_head *pagelist)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mm_struct * | mm | |
unsigned long | start | |
unsigned long | end | |
nodemask_t * | nodes | |
unsigned long | flags | |
struct list_head * | pagelist |
692 | struct queue_pages qp = {pagelist = pagelist, flags = flags, nmask = nodes, start = start, end = end, first = NULL, } |
707 | 返回:err |
名称 | 描述 |
---|---|
migrate_to_node | Migrate pages from one node to a target node.* Returns error or the number of pages not migrated. |
do_mbind |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |