Function report |
Source Code:mm\mlock.c |
Create Date:2022-07-28 14:45:19 |
Last Modify:2022-05-23 14:12:58 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:LRU accounting for clear_page_mlock()
Proto:void clear_page_mlock(struct page *page)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page |
61 | If Not TestClearPageMlocked(page) Then Return |
64 | mod_zone_page_state(page_zone(page), mlock()ed pages found and moved off LRU , - hpage_nr_pages(page)) |
75 | Else |
79 | If PageUnevictable(page) Then Disable counters |
Name | Describe |
---|---|
page_add_file_rmap | page_add_file_rmap - add pte mapping to a file page*@page: the page to add the mapping to*@compound: charge the page as compound or small page* The caller needs to hold the pte lock. |
page_remove_file_rmap | |
page_remove_anon_compound_rmap | |
page_remove_rmap | page_remove_rmap - take down pte mapping from a page*@page: page to remove mapping from*@compound: uncharge the page as compound or small page* The caller needs to hold the pte lock. |
remove_migration_pte | Restore a potential migration pte to a working pte entry |
__split_huge_pmd |
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 |