Function report |
Source Code:mm\khugepaged.c |
Create Date:2022-07-28 16:06:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:khugepaged_enter_vma_merge
Proto:int khugepaged_enter_vma_merge(struct vm_area_struct *vma, unsigned long vm_flags)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct vm_area_struct * | vma | |
unsigned long | vm_flags |
474 | If Not hugepage_vma_check(vma, vm_flags) Then Return 0 |
479 | If hstart < hend Then Return khugepaged_enter(vma, vm_flags) |
481 | Return 0 |
Name | Describe |
---|---|
vma_merge | Given a mapping request (addr,end,vm_flags,file,pgoff), figure out* whether that can be merged with its predecessor or its successor |
expand_downwards | vma is the first one with address < vma->vm_start. Have to extend vma. |
hugepage_madvise |
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 |