Searched refs:migration (Results 1 – 25 of 65) sorted by relevance
123
/Linux-v4.19/Documentation/vm/ |
D | page_migration.rst | 4 Page migration 7 Page migration allows the moving of the physical location of pages between 12 The main intend of page migration is to reduce the latency of memory access 16 Page migration allows a process to manually relocate the node on which its 22 Page migration functions are provided by the numactl package by Andi Kleen 26 migration. cat ``/proc/<pid>/numa_maps`` allows an easy review of where the 30 Manual migration is useful if for example the scheduler has relocated 34 manual page migration support. Automatic page migration may be implemented 51 Page migration allows the preservation of the relative location of pages 52 within a group of nodes for all migration techniques which will preserve a [all …]
|
D | hmm.rst | 25 Finally, the last section presents a new migration helper that allows lever- 106 Shared address space and migration 126 main memory to device memory using existing migration mechanisms and everything 130 memory for the device memory and second to perform migration. Policy decisions 133 Note that any CPU access to a device page triggers a page fault and a migration 136 address A triggers a page fault and initiates a migration back to main memory. 297 which it cannot do. This second callback must trigger a migration back to 304 Because the CPU cannot access device memory, migration must use the device DMA 306 migration helper:: 317 Unlike other migration functions it works on a range of virtual address, there [all …]
|
D | unevictable-lru.rst | 79 migration, unless we reworked migration code to find the unevictable pages 235 link field was not available to the migration subsystem. 414 replaced with an entry that refers to the new page. Linux supports migration 418 Note that page migration can race with mlocking or munlocking of the same page. 420 sections above. Both processes (migration and m[un]locking) hold the page 421 locked. This provides the first level of synchronization. Page migration 425 To complete page migration, we place the new and old pages back onto the LRU 427 page on failure - will be freed when the reference count held by the migration 429 list because of a race between munlock and migration, page migration uses the 440 the page migration code and the same work flow as described in MIGRATING [all …]
|
D | 00-INDEX | 30 - description of page migration in NUMA systems.
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | userfaultfd.rst | 115 migration. Postcopy live migration is one form of memory 120 migration to QEMU. 128 It is generally beneficial to run one pass of precopy live migration 129 just before starting postcopy live migration, in order to avoid 132 The implementation of postcopy live migration currently uses one 138 in the destination node, into the socket, and the migration thread of 148 by the parallel QEMU migration thread). 156 migration thread in the QEMU running in the destination node will 164 migration around and a single per-page bitmap has to be maintained in 171 postcopy thread just before UFFDIO_COPY|ZEROPAGE runs in the migration
|
/Linux-v4.19/Documentation/virtual/kvm/devices/ |
D | vm.txt | 243 Allows userspace to stop migration mode, needed for PGSTE migration. 244 Setting this attribute when migration mode is not active will have no 252 Allows userspace to start migration mode, needed for PGSTE migration. 253 Setting this attribute when migration mode is already active will have 257 Returns: -ENOMEM if there is not enough free memory to start migration mode 263 Allows userspace to query the status of migration mode. 266 the data itself is either 0 if migration mode is disabled or 1
|
/Linux-v4.19/Documentation/cgroup-v1/ |
D | memcg_test.txt | 84 The logic is very clear. (About migration, see below) 138 For NUMA, migration is an another special case. To do easy test, cpuset 139 is useful. Following is a sample script to do migration. 152 In above set, when you moves a task from 01 to 02, page migration to 176 This is an easy way to test page migration, too. 244 9.9 Move charges at task migration 245 Charges associated with a task can be moved along with task migration.
|
D | rdma.txt | 52 always owned by the creator cgroup css. This allows process migration from one 56 deleted after processes migrated. This allow progress migration as well with
|
/Linux-v4.19/tools/perf/scripts/python/bin/ |
D | sched-migration-report | 3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.py
|
/Linux-v4.19/Documentation/networking/ |
D | net_failover.rst | 24 datapath. It also enables hypervisor controlled live migration of a VM with 79 net_failover also enables hypervisor controlled live migration to be supported 83 Here is a sample script that shows the steps to initiate live migration on
|
D | failover.rst | 17 datapath. It also allows live migration of VMs with direct attached VFs by
|
/Linux-v4.19/Documentation/powerpc/ |
D | DAWR-POWER9.txt | 34 migration from POWER8 to POWER9, at the cost of silently losing the 35 DAWR on the migration.
|
/Linux-v4.19/kernel/irq/ |
D | Makefile | 10 obj-$(CONFIG_GENERIC_PENDING_IRQ) += migration.o
|
D | Kconfig | 33 # Support for delayed migration from interrupt context
|
/Linux-v4.19/fs/nfs/ |
D | Kconfig | 145 bool "NFSv4.1 client support for migration" 150 it can support NFSv4 migration. 152 The NFSv4.1 pieces of the Linux NFSv4 migration implementation are
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-sched.txt | 55 79371.874603 [0010] migration/10[59] 3.350 0.004 0.011 145 Show migration events.
|
/Linux-v4.19/include/scsi/ |
D | viosrp.h | 191 struct mad_migration_cap migration; member
|
/Linux-v4.19/Documentation/trace/ |
D | hwlat_detector.rst | 81 tracing_cpumask between each window. To limit the migration, either modify 83 affinity directly, and the migration will stop.
|
/Linux-v4.19/Documentation/virtual/kvm/arm/ |
D | psci.txt | 12 a migration causes a different PSCI version to be exposed out of the
|
/Linux-v4.19/Documentation/filesystems/nfs/ |
D | nfs.txt | 25 and transparent state migration, this identity string must not change 39 or loss of state during NFS reboot recovery or transparent state migration.
|
/Linux-v4.19/Documentation/arm64/ |
D | legacy_instructions.txt | 18 Uses software emulation. To aid migration of software, in this mode
|
/Linux-v4.19/drivers/scsi/ibmvscsi/ |
D | ibmvscsi.c | 1235 if (hostdata->caps.migration.common.server_support != in capabilities_rsp() 1287 hostdata->caps.migration.common.cap_type = in send_mad_capabilities() 1289 hostdata->caps.migration.common.length = in send_mad_capabilities() 1290 cpu_to_be16(sizeof(hostdata->caps.migration)); in send_mad_capabilities() 1291 hostdata->caps.migration.common.server_support = in send_mad_capabilities() 1293 hostdata->caps.migration.ecl = cpu_to_be32(1); in send_mad_capabilities()
|
/Linux-v4.19/mm/ |
D | Kconfig | 217 bool "Allow for balloon memory compaction/migration" 225 by the guest workload. Allowing the compaction & migration for memory 247 # support for page migration 250 bool "Page migration" 254 Allows the migration of the physical location of pages of processes 258 pages as migration can relocate pages to satisfy a huge page
|
/Linux-v4.19/drivers/firewire/ |
D | Kconfig | 15 for information about migration from the older Linux 1394 stack
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/ |
D | psci.txt | 9 and migration of secure software.
|
123