Searched refs:movable (Results 1 – 15 of 15) sorted by relevance
/linux/Documentation/admin-guide/mm/ |
H A D | memory-hotplug.rst | 218 movable pages off the affected memory block. As most kernel allocations, such as 474 When set to ``auto-movable``, the kernel will 506 memory ratio in % for the ``auto-movable`` 538 ``auto_movable_ratio`` in the ``auto-movable`` 565 movable. Such allocations can be served from ZONE_MOVABLE and the kernel zones. 567 Only movable allocations are served from ZONE_MOVABLE, resulting in unmovable 647 ratio between movable and kernel zones there are two command line options: 683 Users that depend on memory offlining to succeed for movable zones should
|
H A D | transhuge.rst | 73 unused memory to be used as cache or other movable (or even unmovable
|
/linux/Documentation/core-api/ |
H A D | memory-allocation.rst | 63 data is movable. 65 ``GFP_HIGHUSER`` means that the allocated memory is not movable, 70 ``GFP_USER`` means that the allocated memory is not movable and it
|
/linux/Documentation/admin-guide/laptops/ |
H A D | toshiba_haps.rst | 47 given the fact that such drives have no movable parts, and thus, not requiring
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-devices-memory | 57 selects the movable zone. "online_kernel" selects the
|
/linux/mm/ |
H A D | memory_hotplug.c | 1067 const bool movable = zone_idx(zone) == ZONE_MOVABLE; in adjust_present_page_count() local 1078 if (group && movable) in adjust_present_page_count() 1080 else if (group && !movable) in adjust_present_page_count()
|
H A D | page_alloc.c | 511 bool __maybe_unused movable; in order_to_pindex() local 517 movable = migratetype == MIGRATE_MOVABLE; in order_to_pindex() 519 return NR_LOWORDER_PCP_LISTS + movable; in order_to_pindex() 607 * Do not let lower order allocations pollute a movable pageblock in compaction_capture() 608 * unless compaction is also requesting movable pages. in compaction_capture() 1712 * migration are movable. But we don't actually try in prep_move_freepages_block() 1841 * as fragmentation caused by those allocations polluting movable pageblocks 1842 * is worse than movable allocations stealing from unmovable and reclaimable 1959 * For movable allocation, it's the number of movable page in steal_suitable_fallback() [all...] |
H A D | Kconfig | 933 CMA reserves a region of memory and allows only movable pages to
|
/linux/Documentation/mm/ |
H A D | physical_memory.rst | 63 movable. That means that while virtual addresses of these pages do not 171 The node has memory(regular, high, movable)
|
H A D | page_migration.rst | 157 If a driver wants to make its pages movable, it should define a struct
|
/linux/Documentation/admin-guide/cgroup-v1/ |
H A D | memory.rst | 246 But see :ref:`section 8.2 <cgroup-v1-memory-movable-charges>` when moving a 782 <cgroup-v1-memory-movable-charges>` for details. 800 .. _cgroup-v1-memory-movable-charges:
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-camera.rst | 538 - The camera is not directly attached to the device and is freely movable.
|
/linux/crypto/ |
H A D | Kconfig | 703 A tweakable, non malleable, non movable
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 2556 the kernel for non-movable allocations. The requested 2559 movable memory in its own zone, ZONE_MOVABLE. In the 2574 for non-movable allocations and remaining memory is used 3651 NUMA nodes to be movable. This means that the memory 3652 of such nodes will be usable only for movable
|
/linux/arch/x86/ |
H A D | Kconfig | 2225 __PAGE_OFFSET movable during boot.
|