Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/translations/zh_CN/mm/
A Dpage_migration.rst53 要迁移的页面列表是通过扫描页面并把它们移到列表中来生成的。这是通过调用 isolate_lru_page()
54 来完成的。调用isolate_lru_page()增加了对该页的引用,这样在页面迁移发生时它就不会
68 那么这个页面就会被移动。该页已经通过isolate_lru_page()从LRU中移除,并且refcount被
/linux-6.3-rc2/mm/
A Dfolio-compat.c116 bool isolate_lru_page(struct page *page) in isolate_lru_page() function
A Dinternal.h190 bool isolate_lru_page(struct page *page);
A Dmigrate_device.c391 if (!isolate_lru_page(page)) { in migrate_device_unmap()
A Dmemory-failure.c849 if (isolate_lru_page(p)) { in delete_from_lru_cache()
2516 isolated = isolate_lru_page(page); in isolate_page()
A Dmigrate.c2145 isolated = isolate_lru_page(head); in add_page_for_migration()
2554 if (!isolate_lru_page(page)) in numamigrate_isolate_page()
A Dmemory_hotplug.c1670 isolated = isolate_lru_page(page); in do_migrate_range()
A Dkhugepaged.c639 if (!isolate_lru_page(page)) { in __collapse_huge_page_isolate()
A Dmemcontrol.c6195 if (isolate_lru_page(page)) { in mem_cgroup_move_charge_pte_range()
6245 if (!device && !isolate_lru_page(page)) in mem_cgroup_move_charge_pte_range()
/linux-6.3-rc2/Documentation/mm/
A Dpage_migration.rst70 calling isolate_lru_page().
71 Calling isolate_lru_page() increases the references to the page
90 already been removed from the LRU via isolate_lru_page() and the refcount
A Dunevictable-lru.rst231 isolate_lru_page() could not detect them, and the LRU list link field was not

Completed in 43 milliseconds