Searched refs:__mod_node_page_state (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | vmstat.h | 267 void __mod_node_page_state(struct pglist_data *, enum node_stat_item item, long); 312 static inline void __mod_node_page_state(struct pglist_data *pgdat, in __mod_node_page_state() function 383 #define mod_node_page_state __mod_node_page_state
|
| H A D | memcontrol.h | 868 __mod_node_page_state(pgdat, idx, val); in __mod_lruvec_page_state() 1255 __mod_node_page_state(lruvec_pgdat(lruvec), idx, val); in __mod_lruvec_state() 1267 __mod_node_page_state(page_pgdat(page), idx, val); in __mod_lruvec_page_state() 1281 __mod_node_page_state(page_pgdat(page), idx, val); in __mod_lruvec_slab_state()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | swap_state.c | 166 __mod_node_page_state(page_pgdat(page), NR_FILE_PAGES, nr); in add_to_swap_cache() 206 __mod_node_page_state(page_pgdat(page), NR_FILE_PAGES, -nr); in __delete_from_swap_cache()
|
| H A D | vmstat.c | 336 void __mod_node_page_state(struct pglist_data *pgdat, enum node_stat_item item, in __mod_node_page_state() function 359 EXPORT_SYMBOL(__mod_node_page_state); 665 __mod_node_page_state(pgdat, item, delta); in mod_node_page_state()
|
| H A D | vmscan.c | 2004 __mod_node_page_state(pgdat, NR_ISOLATED_ANON + file, nr_taken); in shrink_inactive_list() 2023 __mod_node_page_state(pgdat, NR_ISOLATED_ANON + file, -nr_taken); in shrink_inactive_list() 2089 __mod_node_page_state(pgdat, NR_ISOLATED_ANON + file, nr_taken); in shrink_active_list() 2165 __mod_node_page_state(pgdat, NR_ISOLATED_ANON + file, -nr_taken); in shrink_active_list()
|
| H A D | memcontrol.c | 855 __mod_node_page_state(lruvec_pgdat(lruvec), idx, val); in __mod_lruvec_state() 878 __mod_node_page_state(pgdat, idx, val); in __mod_lruvec_slab_state()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_qcom | 1466 __mod_node_page_state
|