Searched refs:lru_cache_add_active_or_unevictable (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/mm/ |
D | userfaultfd.c | 81 lru_cache_add_active_or_unevictable(page, dst_vma); in mcopy_atomic_pte()
|
D | huge_memory.c | 775 lru_cache_add_active_or_unevictable(page, vma); in __do_huge_pmd_anonymous_page() 1117 lru_cache_add_active_or_unevictable(pages[i], vma); in do_huge_pmd_wp_page_fallback() 1249 lru_cache_add_active_or_unevictable(new_page, vma); in do_huge_pmd_wp_page() 2621 lru_cache_add_active_or_unevictable(new_page, vma); in collapse_huge_page()
|
D | swap.c | 711 void lru_cache_add_active_or_unevictable(struct page *page, in lru_cache_add_active_or_unevictable() function
|
D | memory.c | 2158 lru_cache_add_active_or_unevictable(new_page, vma); in wp_page_copy() 2617 lru_cache_add_active_or_unevictable(page, vma); in do_swap_page() 2775 lru_cache_add_active_or_unevictable(page, vma); in do_anonymous_page() 3066 lru_cache_add_active_or_unevictable(new_page, vma); in do_cow_fault()
|
D | swapfile.c | 1171 lru_cache_add_active_or_unevictable(page, vma); in unuse_pte()
|
/linux-4.4.14/include/linux/ |
D | swap.h | 315 extern void lru_cache_add_active_or_unevictable(struct page *page,
|
/linux-4.4.14/kernel/events/ |
D | uprobes.c | 180 lru_cache_add_active_or_unevictable(kpage, vma); in __replace_page()
|