Searched refs:movable (Results 1 – 15 of 15) sorted by relevance
| /linux/Documentation/vm/ |
| A D | page_migration.rst | 165 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 D | memory-hotplug.rst | 220 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 D | transhuge.rst | 60 unused memory to be used as cache or other movable (or even unmovable
|
| /linux/Documentation/core-api/ |
| A D | memory-allocation.rst | 62 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 D | toshiba_haps.rst | 47 given the fact that such drives have no movable parts, and thus, not requiring
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-devices-memory | 57 selects the movable zone. "online_kernel" selects the
|
| /linux/mm/ |
| A D | memory_hotplug.c | 1001 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 D | Kconfig | 481 CMA reserves a region of memory and allows only movable pages to
|
| /linux/Documentation/userspace-api/media/v4l/ |
| A D | ext-ctrls-camera.rst | 536 - The camera is not directly attached to the device and is freely movable.
|
| /linux/Documentation/filesystems/ |
| A D | porting.rst | 819 stack trace) *might* be movable to ->evict_inode(); however,
|
| A D | vfs.rst | 919 Called by the VM when isolating a movable non-lru page. If page
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| A D | cpusets.rst | 556 Of course it takes some searching cost to find movable tasks and/or
|
| /linux/Documentation/admin-guide/ |
| A D | kernel-parameters.txt | 2240 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 D | Kconfig | 429 LRW: Liskov Rivest Wagner, a tweakable, non malleable, non movable
|
| /linux/arch/x86/ |
| A D | Kconfig | 2186 __PAGE_OFFSET movable during boot.
|
Completed in 32 milliseconds