Searched refs:unmovable (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/mm/ |
A D | page_isolation.c | 151 struct page *unmovable; in set_migratetype_isolate() local 178 unmovable = has_unmovable_pages(check_unmovable_start, check_unmovable_end, in set_migratetype_isolate() 180 if (!unmovable) { in set_migratetype_isolate() 200 dump_page(unmovable, "unmovable page"); in set_migratetype_isolate()
|
/linux-6.3-rc2/Documentation/admin-guide/mm/ |
A D | memory-hotplug.rst | 219 page tables, are unmovable, page migration can fail and, therefore, inhibit 539 Most kernel allocations are unmovable. Important examples include the memory 555 might crash because it runs out of free memory for unmovable allocations, 590 disabled. In that case, balloon inflation will only perform unmovable 594 - Gigantic pages are unmovable, resulting in user space consuming a 595 lot of unmovable memory. 597 - Huge pages are unmovable when an architectures does not support huge 600 - Page tables are unmovable. Excessive swapping, mapping extremely large 610 the total system memory size as (unmovable) tracking metadata. 615 on ZONE_MOVABLE as that would turn these pages unmovable. Therefore, they [all …]
|
A D | transhuge.rst | 58 unused memory to be used as cache or other movable (or even unmovable
|
/linux-6.3-rc2/Documentation/mm/ |
A D | transhuge.rst | 29 to avoid unmovable pages to fragment all the memory but such a tweak
|
Completed in 12 milliseconds