Function report |
Source Code:mm\rmap.c |
Create Date:2022-07-28 14:57:14 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:rmap_walk
Proto:void rmap_walk(struct page *page, struct rmap_walk_control *rwc)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page | |
struct rmap_walk_control * | rwc |
Name | Describe |
---|---|
page_referenced | page_referenced - test if the page was referenced*@page: the page to test*@is_locked: caller holds lock on the page*@memcg: target memory cgroup*@vm_flags: collect encountered vma->vm_flags who actually referenced the page* Quick test_and_clear_referenced |
page_mkclean | |
try_to_unmap | ry_to_unmap - try to remove all page table mappings to a page*@page: the page to get unmapped*@flags: action and flags* Tries to remove all the page table entries which are mapping this* page, used in the pageout path. Caller must hold the page lock. |
try_to_munlock | ry_to_munlock - try to munlock a page*@page: the page to be munlocked* Called from munlock code. Checks all of the VMAs mapping the page* to make sure nobody else has this page mlocked. The page will be |
remove_migration_ptes | Get rid of all migration entries and replace them by* references to the indicated page. |
page_idle_clear_pte_refs |
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 |