Home
last modified time | relevance | path

Searched refs:__inc_node_state (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dvmstat.h266 extern void __inc_node_state(struct pglist_data *, enum node_stat_item);
309 static inline void __inc_node_state(struct pglist_data *pgdat, enum node_stat_item item) in __inc_node_state() function
336 __inc_node_state(page_pgdat(page), item); in __inc_node_page_state()
366 #define inc_node_state __inc_node_state
/Linux-v4.19/mm/
Dvmstat.c394 void __inc_node_state(struct pglist_data *pgdat, enum node_stat_item item) in __inc_node_state() function
418 __inc_node_state(page_pgdat(page), item); in __inc_node_page_state()
639 __inc_node_state(pgdat, item); in inc_node_state()
662 __inc_node_state(pgdat, item); in inc_node_page_state()
Dmigrate.c564 __inc_node_state(newzone->zone_pgdat, NR_FILE_PAGES); in migrate_page_move_mapping()
567 __inc_node_state(newzone->zone_pgdat, NR_SHMEM); in migrate_page_move_mapping()
572 __inc_node_state(newzone->zone_pgdat, NR_FILE_DIRTY); in migrate_page_move_mapping()