Searched refs:__dec_lruvec_page_state (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | vmstat.h | 606 static inline void __dec_lruvec_page_state(struct page *page, in __dec_lruvec_page_state() function
|
/kernel/linux/linux-5.10/mm/ |
H A D | rmap.c | 1302 __dec_lruvec_page_state(page, NR_ANON_THPS); in page_remove_anon_compound_rmap() 1362 __dec_lruvec_page_state(page, NR_ANON_MAPPED); in page_remove_rmap()
|
H A D | filemap.c | 814 __dec_lruvec_page_state(old, NR_FILE_PAGES); in replace_page_cache_page() 818 __dec_lruvec_page_state(old, NR_SHMEM); in replace_page_cache_page()
|
H A D | shmem.c | 756 __dec_lruvec_page_state(page, NR_FILE_PAGES); in shmem_delete_from_page_cache() 757 __dec_lruvec_page_state(page, NR_SHMEM); in shmem_delete_from_page_cache() 1667 __dec_lruvec_page_state(oldpage, NR_FILE_PAGES); in shmem_replace_page()
|
H A D | huge_memory.c | 2188 __dec_lruvec_page_state(page, NR_ANON_THPS); in __split_huge_pmd_locked()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | memcontrol.h | 1393 static inline void __dec_lruvec_page_state(struct page *page, in __dec_lruvec_page_state() function
|
Completed in 20 milliseconds