Function report |
Source Code:mm\ksm.c |
Create Date:2022-07-28 15:40:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:get_mergeable_page
Proto:static struct page *get_mergeable_page(struct rmap_item *rmap_item)
Type:struct page
Parameter:
Type | Parameter | Name |
---|---|---|
struct rmap_item * | rmap_item |
559 | lock for reading |
560 | vma = find_mergeable_vma(mm, addr) |
564 | page = follow_page(vma, addr, do get_page on page ) |
565 | If IS_ERR_OR_NULL(page) Then Go to out |
568 | flush_anon_page(vma, page, addr) |
569 | flush_dcache_page(page) |
570 | Else |
576 | Return page |
Name | Describe |
---|---|
unstable_tree_search_insert | stable_tree_search_insert - search for identical page,* else insert rmap_item into the unstable tree.* This function searches for a page in the unstable tree identical to the* page currently being scanned; and if no identical page is found in the |
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 |