Searched refs:node_page_state_add (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | vmstat.h | 168 static inline void node_page_state_add(long x, struct pglist_data *pgdat, in node_page_state_add() function 346 node_page_state_add(delta, pgdat, item); in __mod_node_page_state()
|
| /linux/mm/ |
| H A D | vmstat.c | 404 node_page_state_add(x, pgdat, item); in __mod_node_page_state() 473 node_page_state_add(v + overstep, pgdat, item); in __inc_node_state() 529 node_page_state_add(v - overstep, pgdat, item); in __dec_node_state() 666 node_page_state_add(z, pgdat, item); in mod_node_state()
|
| H A D | mm_init.c | 1515 node_page_state_add(p->vm_node_stat_diff[i], pgdat, i); in free_area_init_core_hotplug()
|