Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dvmstat.h261 extern void __inc_node_state(struct pglist_data *, enum node_stat_item);
304 static inline void __inc_node_state(struct pglist_data *pgdat, enum node_stat_item item) in __inc_node_state() function
331 __inc_node_state(page_pgdat(page), item); in __inc_node_page_state()
361 #define inc_node_state __inc_node_state
/Linux-v5.4/mm/
Dvmstat.c395 void __inc_node_state(struct pglist_data *pgdat, enum node_stat_item item) in __inc_node_state() function
419 __inc_node_state(page_pgdat(page), item); in __inc_node_page_state()
640 __inc_node_state(pgdat, item); in inc_node_state()
663 __inc_node_state(pgdat, item); in inc_node_page_state()
Dmigrate.c489 __inc_node_state(newzone->zone_pgdat, NR_FILE_PAGES); in migrate_page_move_mapping()
492 __inc_node_state(newzone->zone_pgdat, NR_SHMEM); in migrate_page_move_mapping()
497 __inc_node_state(newzone->zone_pgdat, NR_FILE_DIRTY); in migrate_page_move_mapping()