Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__concepts.hpp221 concept movable = //
230 movable<_Ty> && //
/openbmc/linux/Documentation/admin-guide/mm/
H A Dmemory-hotplug.rst218 movable pages off the affected memory block. As most kernel allocations, such as
473 When set to ``auto-movable``, the kernel will
505 memory ratio in % for the ``auto-movable``
537 ``auto_movable_ratio`` in the ``auto-movable``
564 movable. Such allocations can be served from ZONE_MOVABLE and the kernel zones.
566 Only movable allocations are served from ZONE_MOVABLE, resulting in unmovable
646 ratio between movable and kernel zones there are two command line options:
682 Users that depend on memory offlining to succeed for movable zones should
H A Dtranshuge.rst58 unused memory to be used as cache or other movable (or even unmovable
/openbmc/linux/Documentation/core-api/
H 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
/openbmc/linux/Documentation/admin-guide/laptops/
H A Dtoshiba_haps.rst47 given the fact that such drives have no movable parts, and thus, not requiring
/openbmc/linux/mm/
H A Dmemory_hotplug.c1071 const bool movable = zone_idx(zone) == ZONE_MOVABLE; in adjust_present_page_count() local
1082 if (group && movable) in adjust_present_page_count()
1084 else if (group && !movable) in adjust_present_page_count()
H A Dpage_alloc.c522 bool __maybe_unused movable; in order_to_pindex() local
528 movable = migratetype == MIGRATE_MOVABLE; in order_to_pindex()
530 return NR_LOWORDER_PCP_LISTS + movable; in order_to_pindex()
H A DKconfig927 CMA reserves a region of memory and allows only movable pages to
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-devices-memory57 selects the movable zone. "online_kernel" selects the
/openbmc/linux/Documentation/mm/
H A Dphysical_memory.rst63 movable. That means that while virtual addresses of these pages do not
171 The node has memory(regular, high, movable)
H A Dpage_migration.rst157 If a driver wants to make its pages movable, it should define a struct
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dmemory.rst232 But see :ref:`section 8.2 <cgroup-v1-memory-movable-charges>` when moving a
765 <cgroup-v1-memory-movable-charges>` for details.
783 .. _cgroup-v1-memory-movable-charges:
H A Dcpusets.rst556 Of course it takes some searching cost to find movable tasks and/or
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-camera.rst538 - The camera is not directly attached to the device and is freely movable.
/openbmc/linux/crypto/
H A DKconfig729 A tweakable, non malleable, non movable
/openbmc/linux/Documentation/filesystems/
H A Dporting.rst820 stack trace) *might* be movable to ->evict_inode(); however,
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt2453 the kernel for non-movable allocations. The requested
2456 movable memory in its own zone, ZONE_MOVABLE. In the
2471 for non-movable allocations and remaining memory is used
3476 NUMA nodes to be movable. This means that the memory
3477 of such nodes will be usable only for movable
/openbmc/linux/arch/x86/
H A DKconfig2204 __PAGE_OFFSET movable during boot.