/linux-6.3-rc2/tools/perf/scripts/python/ |
A D | compaction-times.py | 72 self.migrated = pair(0, 0, "moved", "failed") 78 self.migrated += rhs.migrated 87 s += "migration: %s" % self.migrated 99 def increment(self, migrated, fscan, mscan): argument 100 if (migrated != None): 101 self.migrated += migrated 132 def increment_pending(cls, pid, migrated, fscan, mscan): argument 136 head.do_increment(migrated, fscan, mscan) 175 def do_increment(self, migrated, fscan, mscan): argument 176 self.pending.increment(migrated, fscan, mscan)
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | mmu_context.h | 130 int migrated = next->context.cpu != cpu; in switch_mm() local 132 if (migrated) { in switch_mm() 136 if (migrated || prev != next) in switch_mm()
|
/linux-6.3-rc2/Documentation/scheduler/ |
A D | sched-debug.rst | 23 detect if pages are properly placed or if the data should be migrated to a 36 trapped and potentially data must be migrated. However, the higher the scan 37 rate, the more quickly a tasks memory is migrated to a local node if the
|
A D | sched-energy.rst | 142 energy consumed by the system if the waking task was migrated. compute_energy() 192 **Case 1. P is migrated to CPU1**:: 210 **Case 2. P is migrated to CPU3**::
|
/linux-6.3-rc2/fs/nfsd/ |
A D | export.c | 451 int migrated, i, err; in fsloc_parse() local 492 err = get_int(mesg, &migrated); in fsloc_parse() 496 if (migrated < 0 || migrated > 1) in fsloc_parse() 498 fsloc->migrated = migrated; in fsloc_parse() 795 new->ex_fslocs.migrated = 0; in svc_export_init() 820 new->ex_fslocs.migrated = item->ex_fslocs.migrated; in export_update() 821 item->ex_fslocs.migrated = 0; in export_update() 1281 char *loctype = (fsloc->migrated) ? "refer" : "replicas"; in exp_flags()
|
A D | export.h | 33 int migrated; member
|
/linux-6.3-rc2/Documentation/mm/ |
A D | page_migration.rst | 68 Lists of pages to be migrated are generated by scanning over 95 1. Lock the page to be migrated. 169 page was migrated. If the page was a non-THP and non-hugetlb page, then 179 3. THP_MIGRATION_SUCCESS: A THP was migrated without being split. 181 4. THP_MIGRATION_FAIL: A THP could not be migrated nor it could be split. 183 5. THP_MIGRATION_SPLIT: A THP was migrated, but not as such: first, the THP had
|
A D | hmm.rst | 100 access any memory but we must also permit any memory to be migrated to device 133 migrated from a main memory page to a device page, then any CPU access to 257 used a device specific data structure to keep information about migrated memory 281 a page that has been migrated to device private memory. 318 filter which source pages should be migrated. For example, setting 324 Currently only anonymous private VMA ranges can be migrated to or from 330 walks to fill in the ``args->src`` array with PFNs to be migrated. 363 Now that the driver knows that this page is being migrated, it can
|
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/ |
A D | rdma.rst | 57 deleted after processes migrated. This allow progress migration as well with 62 This also allows process migrated with active RDMA resource to charge 64 a process from previously charged cgroup which is migrated to new cgroup,
|
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | ruc.c | 36 bool migrated = packet->migrated; in hfi1_ruc_check_hdr() local 39 if (qp->s_mig_state == IB_MIG_ARMED && migrated) { in hfi1_ruc_check_hdr() 109 if (qp->s_mig_state == IB_MIG_REARM && !migrated) in hfi1_ruc_check_hdr()
|
A D | driver.c | 1514 packet->migrated = ib_bth_is_migration(packet->ohdr); in hfi1_setup_9B_packet() 1551 packet->migrated = opa_bth_is_migration(packet->ohdr); in hfi1_setup_bypass_packet() 1563 packet->migrated = opa_bth_is_migration(packet->ohdr); in hfi1_setup_bypass_packet() 1577 packet->migrated = false; in hfi1_setup_bypass_packet()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | allwinner,sun8i-a23-codec-analog.yaml | 17 # migrated here at some point
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_mru_cache.c | 131 unsigned int migrated = 0; in _xfs_mru_cache_migrate() local 160 if (++migrated == mru->grp_count) { in _xfs_mru_cache_migrate()
|
/linux-6.3-rc2/Documentation/powerpc/ |
A D | dawr-power9.rst | 63 guest is migrated to a POWER9 host, the watchpoint will be lost on the 66 migrated back to the POWER8 host, it will start working again.
|
/linux-6.3-rc2/Documentation/networking/ |
A D | nexthop-group-resilient.rst | 122 \... are migrated as well. 146 migrated. 150 bucket should be migrated, but the HW discovers that the bucket has in fact 272 were migrated after the next-hop replace command to satisfy the new demand
|
/linux-6.3-rc2/tools/testing/selftests/net/forwarding/ |
A D | README | 8 ASICs, as their ports can not be migrated to other network namespaces
|
/linux-6.3-rc2/Documentation/admin-guide/perf/ |
A D | arm-ccn.rst | 47 the events are migrated to another one and the attribute is updated.
|
/linux-6.3-rc2/arch/mips/kvm/ |
A D | vz.c | 2506 bool migrated; in kvm_vz_vcpu_load_tlb() local 2512 migrated = (vcpu->arch.last_exec_cpu != cpu); in kvm_vz_vcpu_load_tlb() 2529 if (migrated || in kvm_vz_vcpu_load_tlb() 2548 if (migrated || last_exec_vcpu[cpu] != vcpu) in kvm_vz_vcpu_load_tlb() 2566 bool migrated, all; in kvm_vz_vcpu_load() local 2572 migrated = (vcpu->arch.last_sched_cpu != cpu); in kvm_vz_vcpu_load() 2578 all = migrated || (last_vcpu[cpu] != vcpu); in kvm_vz_vcpu_load()
|
/linux-6.3-rc2/arch/arm/vfp/ |
A D | vfphw.S | 130 @ However, it may have been migrated to another CPU, in which
|
/linux-6.3-rc2/drivers/gpu/drm/amd/amdkfd/ |
A D | kfd_svm.c | 3279 bool *migrated) in svm_range_trigger_migration() argument 3284 *migrated = false; in svm_range_trigger_migration() 3294 *migrated = !r; in svm_range_trigger_migration() 3299 *migrated = !r; in svm_range_trigger_migration() 3453 bool migrated; in svm_range_set_attr() local 3457 r = svm_range_trigger_migration(mm, prange, &migrated); in svm_range_set_attr() 3461 if (migrated && (!p->xnack_enabled || in svm_range_set_attr() 3469 if (!migrated && !update_mapping) { in svm_range_set_attr() 3474 flush_tlb = !migrated && update_mapping && prange->mapped_to_gpu; in svm_range_set_attr()
|
/linux-6.3-rc2/Documentation/livepatch/ |
A D | cumulative-patches.rst | 29 All processes are then migrated to use the code only from the new patch.
|
/linux-6.3-rc2/Documentation/virt/kvm/x86/ |
A D | running-nested-guests.rst | 192 should no longer be migrated or saved (refer to QEMU documentation on 196 kernel 'oops', or an outright kernel panic. Such a migrated or loaded L1
|
A D | amd-memory-encryption.rst | 209 SEV_STATE_RECEIVING, /* guest is being migrated in from another SEV machine */ 210 SEV_STATE_SENDING /* guest is getting migrated out to another SEV machine */
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | cpu_hotplug.rst | 75 migrated to another target CPU. 154 * All processes are migrated away from this outgoing CPU to new CPUs. 157 * All interrupts targeted to this CPU are migrated to a new CPU 158 * timers are also migrated to a new CPU 159 * Once all services are migrated, kernel calls an arch specific routine
|
/linux-6.3-rc2/Documentation/devicetree/bindings/reserved-memory/ |
A D | reserved-memory.yaml | 94 can be otherwise regenerated or migrated elsewhere.
|