Searched refs:__mod_node_page_state (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | vmstat.h | 247 void __mod_node_page_state(struct pglist_data *, enum node_stat_item item, long);292 static inline void __mod_node_page_state(struct pglist_data *pgdat,  in __mod_node_page_state()  function
 358 #define mod_node_page_state __mod_node_page_state
 
 | 
| D | memcontrol.h | 727 		__mod_node_page_state(pgdat, idx, val);  in __mod_lruvec_page_state()1102 	__mod_node_page_state(lruvec_pgdat(lruvec), idx, val);  in __mod_lruvec_state()
 1114 	__mod_node_page_state(page_pgdat(page), idx, val);  in __mod_lruvec_page_state()
 1128 	__mod_node_page_state(page_pgdat(page), idx, val);  in __mod_lruvec_slab_state()
 
 | 
| /Linux-v5.4/mm/ | 
| D | swap_state.c | 140 		__mod_node_page_state(page_pgdat(page), NR_FILE_PAGES, nr);  in add_to_swap_cache()177 	__mod_node_page_state(page_pgdat(page), NR_FILE_PAGES, -nr);  in __delete_from_swap_cache()
 
 | 
| D | rmap.c | 1125 		__mod_node_page_state(page_pgdat(page), NR_ANON_MAPPED, nr);  in do_page_add_anon_rmap()1169 	__mod_node_page_state(page_pgdat(page), NR_ANON_MAPPED, nr);  in page_add_new_anon_rmap()
 1290 		__mod_node_page_state(page_pgdat(page), NR_ANON_MAPPED, -nr);  in page_remove_anon_compound_rmap()
 
 | 
| D | vmstat.c | 336 void __mod_node_page_state(struct pglist_data *pgdat, enum node_stat_item item,  in __mod_node_page_state()  function354 EXPORT_SYMBOL(__mod_node_page_state);
 651 	__mod_node_page_state(pgdat, item, delta);  in mod_node_page_state()
 
 | 
| D | vmscan.c | 1982 	__mod_node_page_state(pgdat, NR_ISOLATED_ANON + file, nr_taken);  in shrink_inactive_list()2008 	__mod_node_page_state(pgdat, NR_ISOLATED_ANON + file, -nr_taken);  in shrink_inactive_list()
 2068 	__mod_node_page_state(pgdat, NR_ISOLATED_ANON + file, nr_taken);  in shrink_active_list()
 2137 	__mod_node_page_state(pgdat, NR_ISOLATED_ANON + file, -nr_taken);  in shrink_active_list()
 
 | 
| D | khugepaged.c | 1708 		__mod_node_page_state(zone->zone_pgdat, NR_FILE_PAGES, nr_none);  in collapse_file()1710 			__mod_node_page_state(zone->zone_pgdat,  in collapse_file()
 
 | 
| D | filemap.c | 202 	__mod_node_page_state(page_pgdat(page), NR_FILE_PAGES, -nr);  in unaccount_page_cache_page()204 		__mod_node_page_state(page_pgdat(page), NR_SHMEM, -nr);  in unaccount_page_cache_page()
 
 | 
| D | shmem.c | 644 		__mod_node_page_state(page_pgdat(page), NR_FILE_PAGES, nr);  in shmem_add_to_page_cache()645 		__mod_node_page_state(page_pgdat(page), NR_SHMEM, nr);  in shmem_add_to_page_cache()
 
 | 
| D | memcontrol.c | 742 	__mod_node_page_state(pgdat, idx, val);  in __mod_lruvec_state()779 		__mod_node_page_state(pgdat, idx, val);  in __mod_lruvec_slab_state()
 
 |