Searched refs:unmovable (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/mm/ |
D | page_isolation.c | 21 struct page *unmovable; in set_migratetype_isolate() local 40 unmovable = has_unmovable_pages(zone, page, migratetype, isol_flags); in set_migratetype_isolate() 41 if (!unmovable) { in set_migratetype_isolate() 61 dump_page(unmovable, "unmovable page"); in set_migratetype_isolate()
|
/Linux-v5.15/Documentation/admin-guide/mm/ |
D | memory-hotplug.rst | 219 page tables, are unmovable, page migration can fail and, therefore, inhibit 440 Most kernel allocations are unmovable. Important examples include the memory 447 Only movable allocations are served from ZONE_MOVABLE, resulting in unmovable 456 might crash because it runs out of free memory for unmovable allocations, 491 disabled. In that case, balloon inflation will only perform unmovable 495 - Gigantic pages are unmovable, resulting in user space consuming a 496 lot of unmovable memory. 498 - Huge pages are unmovable when an architectures does not support huge 501 - Page tables are unmovable. Excessive swapping, mapping extremely large 511 the total system memory size as (unmovable) tracking metadata. [all …]
|
D | transhuge.rst | 60 unused memory to be used as cache or other movable (or even unmovable
|
/Linux-v5.15/Documentation/vm/ |
D | transhuge.rst | 31 to avoid unmovable pages to fragment all the memory but such a tweak
|