Searched refs:__dec_node_page_state (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A 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-6.6/include/linux/ |
H A D | vmstat.h | 282 void __dec_node_page_state(struct page *, enum node_stat_item); 385 static inline void __dec_node_page_state(struct page *page, in __dec_node_page_state() function 401 #define dec_node_page_state __dec_node_page_state
|
/kernel/linux/linux-5.10/mm/ |
H A 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()
|
H A 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); variable 687 __dec_node_page_state(page, item); in dec_node_page_state()
|
H A 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()
|
H A D | huge_memory.c | 2742 __dec_node_page_state(head, NR_SHMEM_THPS); in split_huge_page_to_list() 2744 __dec_node_page_state(head, NR_FILE_THPS); in split_huge_page_to_list()
|
/kernel/linux/linux-6.6/mm/ |
H A D | vmstat.c | 538 void __dec_node_page_state(struct page *page, enum node_stat_item item) in __dec_node_page_state() function 542 EXPORT_SYMBOL(__dec_node_page_state); variable 761 __dec_node_page_state(page, item); in dec_node_page_state()
|
Completed in 17 milliseconds