Searched refs:__dec_node_page_state (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | vmstat.h | 269 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/ |
D | vmstat.c | 470 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()
|
D | rmap.c | 1269 __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()
|
D | filemap.c | 207 __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()
|
D | huge_memory.c | 2740 __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()
|