Searched refs:mod_node_state (Results 1 – 1 of 1) sorted by relevance
/linux/mm/ |
H A D | vmstat.c | 618 static inline void mod_node_state(struct pglist_data *pgdat, in mod_node_state() function 671 mod_node_state(pgdat, item, delta, 0); in mod_node_page_state() 677 mod_node_state(pgdat, item, 1, 1); in inc_node_state() 682 mod_node_state(page_pgdat(page), item, 1, 1); in inc_node_page_state() 688 mod_node_state(page_pgdat(page), item, -1, -1); in dec_node_page_state()
|