Searched refs:isolate_lru_page (Results 1 – 13 of 13) sorted by relevance
22 extern int isolate_lru_page(struct page *page); /* from internal.h */
73 if (!isolate_lru_page(page)) { in clear_page_mlock()100 if (!isolate_lru_page(page)) in mlock_vma_page()
92 extern int isolate_lru_page(struct page *page);
568 if (!isolate_lru_page(p)) { in delete_from_lru_cache()1781 ret = isolate_lru_page(page); in __soft_offline_page()
600 if (isolate_lru_page(page)) { in __collapse_huge_page_isolate()1402 if (isolate_lru_page(page)) { in collapse_shmem()
1539 err = isolate_lru_page(head); in add_page_for_migration()1871 if (isolate_lru_page(page)) in numamigrate_isolate_page()2448 if (isolate_lru_page(page)) { in migrate_vma_prepare()
1402 ret = isolate_lru_page(page); in do_migrate_range()
911 if (!isolate_lru_page(head)) { in migrate_page_add()
5189 if (!isolate_lru_page(page)) { in mem_cgroup_move_charge_pte_range()5237 if (!device && isolate_lru_page(page)) in mem_cgroup_move_charge_pte_range()
1762 int isolate_lru_page(struct page *page) in isolate_lru_page() function
69 calling isolate_lru_page().70 Calling isolate_lru_page increases the references to the page89 already been removed from the LRU via isolate_lru_page() and the refcount
78 where they can be found by isolate_lru_page(), we would prevent their204 using putback_lru_page() - the inverse operation to isolate_lru_page() - after234 were not migratable as isolate_lru_page() could not find them, and the LRU list325 at that time. If the isolate_lru_page() succeeds, mlock_vma_page() will put398 isolate_lru_page() could fail, in which case we couldn't try_to_munlock(). So,
112 ret = isolate_lru_page(page); in mm_iommu_move_page_from_cma()