Function report |
Source Code:mm\rmap.c |
Create Date:2022-07-28 14:57:05 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name: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.
Proto:bool try_to_unmap(struct page *page, enum ttu_flags flags)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page | |
enum ttu_flags | flags |
1754 | If flags & do not grab rmap lock: * caller holds it Then Like rmap_walk, but caller holds relevant rmap lock |
1759 | Return !page_mapcount(page) ? true : false |
Name | Describe |
---|---|
__unmap_and_move | |
unmap_and_move_huge_page | Counterpart of unmap_and_move_page() for hugepage migration |
unmap_page | |
hwpoison_user_mappings | Do all that is necessary to remove user space mappings. Unmap* the pages and send SIGBUS to the processes if the data was dirty. |
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 |