Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dvmstat.h269 void __dec_node_page_state(struct page *, enum node_stat_item);
366 static inline void __dec_node_page_state(struct page *page, in __dec_node_page_state() function
382 #define dec_node_page_state __dec_node_page_state
/kernel/linux/linux-5.10/mm/
Dvmstat.c470 void __dec_node_page_state(struct page *page, enum node_stat_item item) in __dec_node_page_state() function
474 EXPORT_SYMBOL(__dec_node_page_state);
687 __dec_node_page_state(page, item); in dec_node_page_state()
Drmap.c1269 __dec_node_page_state(page, NR_SHMEM_PMDMAPPED); in page_remove_file_rmap()
1271 __dec_node_page_state(page, NR_FILE_PMDMAPPED); in page_remove_file_rmap()
Dfilemap.c207 __dec_node_page_state(page, NR_SHMEM_THPS); in unaccount_page_cache_page()
209 __dec_node_page_state(page, NR_FILE_THPS); in unaccount_page_cache_page()
Dhuge_memory.c2740 __dec_node_page_state(head, NR_SHMEM_THPS); in split_huge_page_to_list()
2742 __dec_node_page_state(head, NR_FILE_THPS); in split_huge_page_to_list()