Home
last modified time | relevance | path

Searched refs:__dec_node_page_state (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/include/linux/
Dvmstat.h249 void __dec_node_page_state(struct page *, enum node_stat_item);
341 static inline void __dec_node_page_state(struct page *page, in __dec_node_page_state() function
357 #define dec_node_page_state __dec_node_page_state
/Linux-v5.4/mm/
Drmap.c1236 __dec_node_page_state(page, NR_SHMEM_PMDMAPPED); in page_remove_file_rmap()
1238 __dec_node_page_state(page, NR_FILE_PMDMAPPED); in page_remove_file_rmap()
1271 __dec_node_page_state(page, NR_ANON_THPS); in page_remove_anon_compound_rmap()
1319 __dec_node_page_state(page, NR_ANON_MAPPED); in page_remove_rmap()
Dvmstat.c461 void __dec_node_page_state(struct page *page, enum node_stat_item item) in __dec_node_page_state() function
465 EXPORT_SYMBOL(__dec_node_page_state);
673 __dec_node_page_state(page, item); in dec_node_page_state()
Dfilemap.c206 __dec_node_page_state(page, NR_SHMEM_THPS); in unaccount_page_cache_page()
208 __dec_node_page_state(page, NR_FILE_THPS); in unaccount_page_cache_page()
833 __dec_node_page_state(new, NR_FILE_PAGES); in replace_page_cache_page()
837 __dec_node_page_state(new, NR_SHMEM); in replace_page_cache_page()
Dhuge_memory.c2279 __dec_node_page_state(page, NR_ANON_THPS); in __split_huge_pmd_locked()
2794 __dec_node_page_state(page, NR_SHMEM_THPS); in split_huge_page_to_list()
2796 __dec_node_page_state(page, NR_FILE_THPS); in split_huge_page_to_list()
Dshmem.c673 __dec_node_page_state(page, NR_FILE_PAGES); in shmem_delete_from_page_cache()
674 __dec_node_page_state(page, NR_SHMEM); in shmem_delete_from_page_cache()
1594 __dec_node_page_state(oldpage, NR_FILE_PAGES); in shmem_replace_page()