Searched refs:__dec_node_page_state (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/include/linux/ |
D | vmstat.h | 254 void __dec_node_page_state(struct page *, enum node_stat_item); 346 static inline void __dec_node_page_state(struct page *page, in __dec_node_page_state() function 362 #define dec_node_page_state __dec_node_page_state
|
/Linux-v4.19/mm/ |
D | rmap.c | 1233 __dec_node_page_state(page, NR_SHMEM_PMDMAPPED); in page_remove_file_rmap() 1266 __dec_node_page_state(page, NR_ANON_THPS); in page_remove_anon_compound_rmap() 1314 __dec_node_page_state(page, NR_ANON_MAPPED); in page_remove_rmap()
|
D | vmstat.c | 460 void __dec_node_page_state(struct page *page, enum node_stat_item item) in __dec_node_page_state() function 464 EXPORT_SYMBOL(__dec_node_page_state); 672 __dec_node_page_state(page, item); in dec_node_page_state()
|
D | shmem.c | 660 __dec_node_page_state(page, NR_FILE_PAGES); in shmem_delete_from_page_cache() 661 __dec_node_page_state(page, NR_SHMEM); in shmem_delete_from_page_cache() 1585 __dec_node_page_state(oldpage, NR_FILE_PAGES); in shmem_replace_page()
|
D | huge_memory.c | 2196 __dec_node_page_state(page, NR_ANON_THPS); in __split_huge_pmd_locked() 2682 __dec_node_page_state(page, NR_SHMEM_THPS); in split_huge_page_to_list()
|
D | filemap.c | 235 __dec_node_page_state(page, NR_SHMEM_THPS); in unaccount_page_cache_page()
|