Home
last modified time | relevance | path

Searched refs:isolate_lru_page (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.10/arch/powerpc/include/asm/
Dmmu_context.h22 extern int isolate_lru_page(struct page *page); /* from internal.h */
/Linux-v5.10/mm/
Dmlock.c75 if (!isolate_lru_page(page)) { in clear_page_mlock()
103 if (!isolate_lru_page(page)) in mlock_vma_page()
Dinternal.h111 extern int isolate_lru_page(struct page *page);
Dmadvise.c374 if (!isolate_lru_page(page)) { in madvise_cold_or_pageout_pte_range()
460 if (!isolate_lru_page(page)) { in madvise_cold_or_pageout_pte_range()
Dmemory-failure.c597 if (!isolate_lru_page(p)) { in delete_from_lru_cache()
1752 isolated = !isolate_lru_page(page); in isolate_page()
Dmemory_hotplug.c1305 isolate_lru_page(page); in do_migrate_range()
1318 ret = isolate_lru_page(page); in do_migrate_range()
Dmigrate.c1664 err = isolate_lru_page(head); in add_page_for_migration()
2034 if (isolate_lru_page(page)) in numamigrate_isolate_page()
2622 if (isolate_lru_page(page)) { in migrate_vma_prepare()
Dkhugepaged.c684 if (isolate_lru_page(page)) { in __collapse_huge_page_isolate()
1798 if (isolate_lru_page(page)) { in collapse_file()
Dgup.c1633 if (!isolate_lru_page(head)) { in check_and_migrate_cma_pages()
Dmempolicy.c1047 if (!isolate_lru_page(head)) { in migrate_page_add()
Dvmscan.c1762 int isolate_lru_page(struct page *page) in isolate_lru_page() function
Dmemcontrol.c6070 if (!isolate_lru_page(page)) { in mem_cgroup_move_charge_pte_range()
6118 if (!device && isolate_lru_page(page)) in mem_cgroup_move_charge_pte_range()
/Linux-v5.10/Documentation/vm/
Dpage_migration.rst72 calling isolate_lru_page().
73 Calling isolate_lru_page() increases the references to the page
92 already been removed from the LRU via isolate_lru_page() and the refcount
Dunevictable-lru.rst78 where they can be found by isolate_lru_page(), we would prevent their
208 using putback_lru_page() - the inverse operation to isolate_lru_page() - after
238 were not migratable as isolate_lru_page() could not find them, and the LRU list
329 at that time. If the isolate_lru_page() succeeds, mlock_vma_page() will put
402 isolate_lru_page() could fail, in which case we couldn't try_to_munlock(). So,