Home
last modified time | relevance | path

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

/Linux-v5.15/Documentation/vm/
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 4. 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::
230 For testing of non-LRU movable pages, VM supports __PageMovable() function.
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
[all …]
/Linux-v5.15/Documentation/core-api/
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-v5.15/Documentation/admin-guide/laptops/
Dtoshiba_haps.rst47 given the fact that such drives have no movable parts, and thus, not requiring
/Linux-v5.15/Documentation/admin-guide/mm/
Dmemory-hotplug.rst218 movable pages off the affected memory block. As most kernel allocations, such as
445 movable. Such allocations can be served from ZONE_MOVABLE and the kernel zones.
447 Only movable allocations are served from ZONE_MOVABLE, resulting in unmovable
527 ratio between movable and kernel zones there are two command line options:
563 Users that depend on memory offlining to succeed for movable zones should
Dtranshuge.rst60 unused memory to be used as cache or other movable (or even unmovable
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-devices-memory57 selects the movable zone. "online_kernel" selects the
/Linux-v5.15/mm/
Dmemory_hotplug.c1014 const bool movable = zone_idx(zone) == ZONE_MOVABLE; in adjust_present_page_count() local
1025 if (group && movable) in adjust_present_page_count()
1027 else if (group && !movable) in adjust_present_page_count()
DKconfig478 CMA reserves a region of memory and allows only movable pages to
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dext-ctrls-camera.rst536 - The camera is not directly attached to the device and is freely movable.
/Linux-v5.15/Documentation/filesystems/
Dporting.rst819 stack trace) *might* be movable to ->evict_inode(); however,
Dvfs.rst919 Called by the VM when isolating a movable non-lru page. If page
/Linux-v5.15/Documentation/admin-guide/cgroup-v1/
Dcpusets.rst556 Of course it takes some searching cost to find movable tasks and/or
/Linux-v5.15/Documentation/admin-guide/
Dkernel-parameters.txt2239 the kernel for non-movable allocations. The requested
2242 movable memory in its own zone, ZONE_MOVABLE. In the
2257 for non-movable allocations and remaining memory is used
3078 NUMA nodes to be movable. This means that the memory
3079 of such nodes will be usable only for movable
/Linux-v5.15/crypto/
DKconfig429 LRW: Liskov Rivest Wagner, a tweakable, non malleable, non movable
/Linux-v5.15/arch/x86/
DKconfig2170 __PAGE_OFFSET movable during boot.