Function report |
Source Code:mm\migrate.c |
Create Date:2022-07-28 15:59:40 |
Last Modify:2022-05-20 09:53:13 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Determine the nodes of a user array of pages and store it in* a user array of status.
Proto:static int do_pages_stat(struct mm_struct *mm, unsigned long nr_pages, const void __user *__user *pages, int __user *status)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct mm_struct * | mm | |
unsigned long | nr_pages | |
const void __user *__user * | pages | |
int __user * | status |
1753 | __user * chunk_pages[16] |
1763 | If copy_from_user(chunk_pages, pages, chunk_nr * size of chunk_pages ) Then Break |
1768 | If copy_to_user(status, chunk_status, chunk_nr * size of status ) Then Break |
Name | Describe |
---|---|
kernel_move_pages | Move a list of pages in the address space of the currently executing* process. |
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 |