Function report | 
Source Code:mm\mmap.c | 
Create Date:2022-07-28 14:47:33 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| home page | Tree | 
| Annotation kernel can get tool activity | Download SCCT | Chinese | 
Name:count_vma_pages_range
Proto:static unsigned long count_vma_pages_range(struct mm_struct *mm, unsigned long addr, unsigned long end)
Type:unsigned long
Parameter:
| Type | Parameter | Name | 
|---|---|---|
| struct mm_struct * | mm | |
| unsigned long | addr | |
| unsigned long | end | 
| 563 | nr_pages = 0 | 
| 567 | vma = Look up the first VMA which intersects the interval start_addr..end_addr-1,NULL if none. Assume start_addr < end_addr. | 
| 568 | If Not vma Then Return 0 | 
| 578 | If Our start address within vm_mm. > end Then Break | 
| 585 | Return nr_pages | 
| Name | Describe | 
|---|---|
| mmap_region | 
| 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  |