Searched refs:mod_node_state (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/mm/ | 
| D | vmstat.c | 537 static inline void mod_node_state(struct pglist_data *pgdat,  in mod_node_state()  function578 	mod_node_state(pgdat, item, delta, 0);  in mod_node_page_state()
 584 	mod_node_state(pgdat, item, 1, 1);  in inc_node_state()
 589 	mod_node_state(page_pgdat(page), item, 1, 1);  in inc_node_page_state()
 595 	mod_node_state(page_pgdat(page), item, -1, -1);  in dec_node_page_state()
 
 |