Function report |
Source Code:mm\mempolicy.c |
Create Date:2022-07-28 15:31:16 |
Last Modify:2020-03-17 22:28:11 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Walk through page tables and collect pages to be migrated
Proto: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)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
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 | Return err |
Name | Describe |
---|---|
migrate_to_node | Migrate pages from one node to a target node.* Returns error or the number of pages not migrated. |
do_mbind |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |