Function report |
Source Code:mm\mmap.c |
Create Date:2022-07-28 14:49:28 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:find_extend_vma
Proto:struct vm_area_struct *find_extend_vma(struct mm_struct *mm, unsigned long addr)
Type:struct vm_area_struct
Parameter:
Type | Parameter | Name |
---|---|---|
struct mm_struct * | mm | |
unsigned long | addr |
2534 | If Not vma Then Return NULL |
2536 | If Our start address within vm_mm. <= addr Then Return vma |
2538 | If Not (Flags, see mm.h. & general info on the segment ) Then Return NULL |
2544 | If expand_stack(vma, addr) Then Return NULL |
2546 | If Flags, see mm.h. & VM_LOCKED Then populate_vma_page_range() - populate a range of pages in the vma |
2548 | Return vma |
Name | Describe |
---|---|
fixup_user_fault | xup_user_fault() - manually resolve a user page fault*@tsk: the task_struct to use for page fault accounting, or* NULL if faults are not to be recorded |
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 |