Function report |
Source Code:include\linux\memcontrol.h |
Create Date:2022-07-28 05:57:23 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__mod_lruvec_page_state
Proto:static inline void __mod_lruvec_page_state(struct page *page, enum node_stat_item idx, int val)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct page * | page | |
enum node_stat_item | idx | |
int | val |
712 | pgdat = page_pgdat(page) |
716 | If Not mem_cgroup Then |
717 | __mod_node_page_state(pgdat, idx, val) |
718 | Return |
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 |
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 |