Function report |
Source Code:include\linux\vmstat.h |
Create Date:2022-07-28 05:43:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__dec_node_page_state
Proto:static inline void __dec_node_page_state(struct page *page, enum node_stat_item item)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page | |
enum node_stat_item | item |
350 | __dec_node_state(page_pgdat(page), item) |
Name | Describe |
---|---|
unaccount_page_cache_page | |
replace_page_cache_page | place_page_cache_page - replace a pagecache page with a new one*@old: page to be replaced*@new: page to replace with*@gfp_mask: allocation mode* This function replaces a page in the pagecache with a new one |
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. |
__split_huge_pmd_locked | |
split_huge_page_to_list | This function splits huge page into normal pages. @page can point to any* subpage of huge page to split. Split doesn't change the position of @page.* Only caller must hold pin on the @page, otherwise split fails with -EBUSY.* The huge page must be locked. |
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 |