Searched refs:node_page_state_add (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/include/linux/ |
A D | vmstat.h | 166 static inline void node_page_state_add(long x, struct pglist_data *pgdat, in node_page_state_add() function 333 node_page_state_add(delta, pgdat, item); in __mod_node_page_state()
|
/linux-6.3-rc2/mm/ |
A D | vmstat.c | 400 node_page_state_add(x, pgdat, item); in __mod_node_page_state() 469 node_page_state_add(v + overstep, pgdat, item); in __inc_node_state() 525 node_page_state_add(v - overstep, pgdat, item); in __dec_node_state() 660 node_page_state_add(z, pgdat, item); in mod_node_state()
|
Completed in 7 milliseconds