Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dvmstat.h254 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/
Drmap.c1233 __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()
Dvmstat.c460 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()
Dshmem.c660 __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()
Dhuge_memory.c2196 __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()
Dfilemap.c235 __dec_node_page_state(page, NR_SHMEM_THPS); in unaccount_page_cache_page()