Function report |
Source Code:mm\ksm.c |
Create Date:2022-07-28 15:40:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:find_mergeable_vma
Proto:static struct vm_area_struct *find_mergeable_vma(struct mm_struct *mm, unsigned long addr)
Type:struct vm_area_struct
Parameter:
Type | Parameter | Name |
---|---|---|
struct mm_struct * | mm | |
unsigned long | addr |
526 | If Not vma || Our start address within vm_mm. > addr Then Return NULL |
528 | If Not (Flags, see mm.h. & KSM may merge identical pages ) || Not Serialized by page_table_lock Then Return NULL |
530 | Return vma |
Name | Describe |
---|---|
break_cow | |
get_mergeable_page | |
try_to_merge_with_ksm_page | ry_to_merge_with_ksm_page - like try_to_merge_two_pages,* but no new kernel page is allocated: kpage must already be a ksm page.* This function returns 0 if the pages were merged, -EFAULT otherwise. |
cmp_and_merge_page | mp_and_merge_page - first see if page can be merged into the stable tree;* if not, compare checksum to previous and if it's the same, see if page can* be inserted into the unstable tree, or merged with a page already there and |
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 |