Function report |
Source Code:mm\rmap.c |
Create Date:2022-07-28 14:57:15 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Like rmap_walk, but caller holds relevant rmap lock
Proto:void rmap_walk_locked(struct page *page, struct rmap_walk_control *rwc)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page | |
struct rmap_walk_control * | rwc |
Name | Describe |
---|---|
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. |
remove_migration_ptes | Get rid of all migration entries and replace them by* references to the indicated page. |
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 |