Home
last modified time | relevance | path

Searched refs:movable (Results 1 – 15 of 15) sorted by relevance

/linux/Documentation/vm/
A Dpage_migration.rst165 movable would have to add their own specific hooks in the migration path.
168 generic functions for non-LRU movable pages without driver specific hooks
171 If a driver wants to make its pages movable, it should define three functions
191 indicate to the VM the oldpage is no longer movable via __ClearPageMovable()
208 Non-LRU movable page flags
210 There are two page flags for supporting non-LRU movable page.
214 Driver should use the function below to make page movable under page_lock::
231 However, it doesn't guarantee to identify non-LRU movable pages because
236 page is LRU or non-LRU movable once the page has been isolated because LRU
238 good for just peeking to test non-LRU movable pages before more expensive
[all …]
/linux/Documentation/admin-guide/mm/
A Dmemory-hotplug.rst220 movable pages off the affected memory block. As most kernel allocations, such as
455 When set to ``auto-movable``, the kernel will
487 memory ratio in % for the ``auto-movable``
519 ``auto_movable_ratio`` in the ``auto-movable``
546 movable. Such allocations can be served from ZONE_MOVABLE and the kernel zones.
548 Only movable allocations are served from ZONE_MOVABLE, resulting in unmovable
628 ratio between movable and kernel zones there are two command line options:
664 Users that depend on memory offlining to succeed for movable zones should
A Dtranshuge.rst60 unused memory to be used as cache or other movable (or even unmovable
/linux/Documentation/core-api/
A Dmemory-allocation.rst62 data is movable.
64 ``GFP_HIGHUSER`` means that the allocated memory is not movable,
69 ``GFP_USER`` means that the allocated memory is not movable and it
/linux/Documentation/admin-guide/laptops/
A Dtoshiba_haps.rst47 given the fact that such drives have no movable parts, and thus, not requiring
/linux/Documentation/ABI/testing/
A Dsysfs-devices-memory57 selects the movable zone. "online_kernel" selects the
/linux/mm/
A Dmemory_hotplug.c1001 const bool movable = zone_idx(zone) == ZONE_MOVABLE; in adjust_present_page_count() local
1012 if (group && movable) in adjust_present_page_count()
1014 else if (group && !movable) in adjust_present_page_count()
A DKconfig481 CMA reserves a region of memory and allows only movable pages to
/linux/Documentation/userspace-api/media/v4l/
A Dext-ctrls-camera.rst536 - The camera is not directly attached to the device and is freely movable.
/linux/Documentation/filesystems/
A Dporting.rst819 stack trace) *might* be movable to ->evict_inode(); however,
A Dvfs.rst919 Called by the VM when isolating a movable non-lru page. If page
/linux/Documentation/admin-guide/cgroup-v1/
A Dcpusets.rst556 Of course it takes some searching cost to find movable tasks and/or
/linux/Documentation/admin-guide/
A Dkernel-parameters.txt2240 the kernel for non-movable allocations. The requested
2243 movable memory in its own zone, ZONE_MOVABLE. In the
2258 for non-movable allocations and remaining memory is used
3094 NUMA nodes to be movable. This means that the memory
3095 of such nodes will be usable only for movable
/linux/crypto/
A DKconfig429 LRW: Liskov Rivest Wagner, a tweakable, non malleable, non movable
/linux/arch/x86/
A DKconfig2186 __PAGE_OFFSET movable during boot.

Completed in 41 milliseconds