Searched refs:lru_cache_add_active_or_unevictable (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
D | swap.h | 315 extern void lru_cache_add_active_or_unevictable(struct page *page,
|
/linux-4.1.27/mm/ |
D | huge_memory.c | 757 lru_cache_add_active_or_unevictable(page, vma); in __do_huge_pmd_anonymous_page() 1048 lru_cache_add_active_or_unevictable(pages[i], vma); in do_huge_pmd_wp_page_fallback() 1180 lru_cache_add_active_or_unevictable(new_page, vma); in do_huge_pmd_wp_page() 2544 lru_cache_add_active_or_unevictable(new_page, vma); in collapse_huge_page()
|
D | memory.c | 2116 lru_cache_add_active_or_unevictable(new_page, vma); in wp_page_copy() 2575 lru_cache_add_active_or_unevictable(page, vma); in do_swap_page() 2717 lru_cache_add_active_or_unevictable(page, vma); in do_anonymous_page() 3008 lru_cache_add_active_or_unevictable(new_page, vma); in do_cow_fault()
|
D | swap.c | 709 void lru_cache_add_active_or_unevictable(struct page *page, in lru_cache_add_active_or_unevictable() function
|
D | swapfile.c | 1129 lru_cache_add_active_or_unevictable(page, vma); in unuse_pte()
|
/linux-4.1.27/kernel/events/ |
D | uprobes.c | 188 lru_cache_add_active_or_unevictable(kpage, vma); in __replace_page()
|