Searched refs:migration (Results 1 - 19 of 19) sorted by relevance

/linux-master/tools/perf/scripts/python/bin/
H A Dsched-migration-report2 # description: sched migration overview
3 perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/sched-migration.py
/linux-master/tools/testing/selftests/mm/
H A Dmigration.c3 * The main purpose of the tests here is to exercise the migration entry code
23 FIXTURE(migration)
32 FIXTURE_SETUP(migration)
57 FIXTURE_TEARDOWN(migration)
114 * Basic migration entry testing. One thread will move pages back and forth
116 * migration entry wait paths in the kernel.
118 TEST_F_TIMEOUT(migration, private_anon, 2*RUNTIME)
143 TEST_F_TIMEOUT(migration, shared_anon, 2*RUNTIME)
176 * Tests the pmd migration entry paths.
178 TEST_F_TIMEOUT(migration, private_anon_th
[all...]
H A DMakefile55 TEST_GEN_FILES += migration
190 $(OUTPUT)/migration: LDLIBS += -lnuma
H A Drun_vmtests.sh70 - migration
71 invoke move_pages(2) to exercise the migration entry code
438 CATEGORY="migration" run_test ./migration
/linux-master/kernel/irq/
H A DMakefile13 obj-$(CONFIG_GENERIC_PENDING_IRQ) += migration.o
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_smi_events.h36 unsigned long address, bool migration);
H A Dkfd_smi_events.c263 unsigned long address, bool migration)
267 pid, address, node->id, migration ? 'M' : 'U');
262 kfd_smi_event_page_fault_end(struct kfd_node *node, pid_t pid, unsigned long address, bool migration) argument
H A Dkfd_svm.c800 /* Prefetch should always trigger a migration even
1807 * If range is migrating, wait for migration is done.
2483 * is from migration, or CPU page invalidation callback.
2494 * for invalidate event, prange lock is held if this is from migration
2589 * migration if actual loc is not best location, then update GPU page table
2901 bool migration = false; local
3026 /* Align migration range start and size to granularity size */
3031 migration = true;
3039 /* Fallback to system memory if migration to
3066 migration);
[all...]
/linux-master/include/scsi/
H A Dviosrp.h188 struct mad_migration_cap migration; member in struct:capabilities
/linux-master/fs/proc/
H A Dtask_mmu.c445 bool migration)
480 * especially for migration entries. Treat regular migration entries
483 if ((page_count(page) == 1) || migration) {
532 bool migration = false, young = false, dirty = false; local
557 migration = true;
568 smaps_account(mss, page, false, young, dirty, locked, migration);
579 bool migration = false; local
587 migration = true;
603 locked, migration);
443 smaps_account(struct mem_size_stats *mss, struct page *page, bool compound, bool young, bool dirty, bool locked, bool migration) argument
1408 bool migration = false; local
1466 bool migration = false; local
[all...]
/linux-master/drivers/scsi/ibmvscsi/
H A Dibmvscsi.c1243 if (hostdata->caps.migration.common.server_support !=
1245 dev_info(hostdata->dev, "Partition migration not supported\n");
1295 hostdata->caps.migration.common.cap_type =
1297 hostdata->caps.migration.common.length =
1298 cpu_to_be16(sizeof(hostdata->caps.migration));
1299 hostdata->caps.migration.common.server_support =
1301 hostdata->caps.migration.ecl = cpu_to_be32(1);
/linux-master/arch/powerpc/platforms/pseries/
H A Dmobility.c105 * represented by the node is never interrupted by the migration.
469 * If the memory transfer is already complete and the migration
739 * When the migration is initiated, the hypervisor changes VAS
743 * faults from the migration event. So reduce this time window
801 * Used by drmgr to determine the kernel behavior of the migration interface.
803 * Version 1: Performs all PAPR requirements for migration including
808 static CLASS_ATTR_WO(migration);
821 pr_err("unable to create migration sysfs file (%d)\n", rc);
/linux-master/include/linux/
H A Dnfs_xdr.h1241 unsigned char migration:1, renew:1; member in struct:nfs4_fs_locations_arg
1247 unsigned char migration:1, renew:1; member in struct:nfs4_fs_locations_res
1392 /* In the future extend to include curr_fh for use with migration */
/linux-master/drivers/scsi/ibmvscsi_tgt/
H A Dibmvscsi_tgt.c1629 min_len = offsetof(struct capabilities, migration);
1653 common = (struct mad_capability_common *)&cap->migration;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Deswitch_offloads.c4240 if (!MLX5_CAP_GEN(esw->dev, migration)) {
4241 NL_SET_ERR_MSG_MOD(extack, "Device doesn't support migration");
4266 if (!MLX5_CAP_GEN(esw->dev, migration)) {
4267 NL_SET_ERR_MSG_MOD(extack, "Device doesn't support migration");
/linux-master/drivers/vfio/pci/mlx5/
H A Dcmd.c233 if (!MLX5_CAP_GEN(mvdev->mdev, migration))
/linux-master/fs/nfs/
H A Dnfs4proc.c672 * be recomputed after migration recovery has completed.
4296 * If the fsid didn't change, this is a migration event, not a
4298 * will kick off migration recovery.
8064 * performing migration recovery. The server can stop returning
8083 .migration = 1, /* skip LOOKUP */
8088 .migration = 1,
8118 * performing migration recovery. The server can stop asserting
8139 .migration = 1, /* skip LOOKUP */
8143 .migration = 1,
8195 * from this client that require migration recover
[all...]
H A Dnfs4xdr.c2836 if (args->migration) {
7085 if (res->migration) {
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h1910 u8 migration[0x1]; member in struct:mlx5_ifc_cmd_hca_cap_bits

Completed in 492 milliseconds