Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/vm/
Dpage_migration66 calling isolate_lru_page().
67 Calling isolate_lru_page increases the references to the page
86 already been removed from the LRU via isolate_lru_page() and the refcount
Dunevictable-lru.txt102 where they can be found by isolate_lru_page(), we would prevent their
225 using putback_lru_page() - the inverse operation to isolate_lru_page() - after
256 were not migratable as isolate_lru_page() could not find them, and the LRU list
347 at that time. If the isolate_lru_page() succeeds, mlock_vma_page() will put
419 isolate_lru_page() could fail, in which case we couldn't try_to_munlock(). So,
/linux-4.1.27/mm/
Dmlock.c65 if (!isolate_lru_page(page)) { in clear_page_mlock()
89 if (!isolate_lru_page(page)) in mlock_vma_page()
Dinternal.h99 extern int isolate_lru_page(struct page *page);
Dmemory-failure.c578 if (!isolate_lru_page(p)) { in delete_from_lru_cache()
1672 ret = isolate_lru_page(page); in __soft_offline_page()
Dmigrate.c1262 err = isolate_lru_page(page); in do_move_page_to_node_array()
1621 if (isolate_lru_page(page)) in numamigrate_isolate_page()
Dvmscan.c731 if (!isolate_lru_page(page)) { in putback_lru_page()
1376 int isolate_lru_page(struct page *page) in isolate_lru_page() function
Dmemory_hotplug.c1421 ret = isolate_lru_page(page); in do_migrate_range()
Dmemcontrol.c5085 if (!isolate_lru_page(page)) { in mem_cgroup_move_charge_pte_range()
5113 if (isolate_lru_page(page)) in mem_cgroup_move_charge_pte_range()
Dmempolicy.c934 if (!isolate_lru_page(page)) { in migrate_page_add()
Dhuge_memory.c2186 if (isolate_lru_page(page)) { in __collapse_huge_page_isolate()