Function report |
Source Code:mm\pagewalk.c |
Create Date:2022-07-28 14:54:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:walk_page_vma
Proto:int walk_page_vma(struct vm_area_struct *vma, const struct mm_walk_ops *ops, void *private)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct vm_area_struct * | vma | |
const struct mm_walk_ops * | ops | |
void * | private |
375 | struct mm_walk walk = {ops = ops, mm = The address space we belong to. , vma = vma, private = private, } |
386 | lockdep_assert_held( & mmap_sem) |
389 | If err > 0 Then Return 0 |
393 | Return __walk_page_range(Our start address within vm_mm. , The first byte after our end addresswithin vm_mm. , & walk) |
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 |