/openbmc/linux/tools/perf/scripts/python/ |
H 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)
|
/openbmc/linux/arch/xtensa/include/asm/ |
H 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()
|
/openbmc/linux/Documentation/scheduler/ |
H 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
|
/openbmc/linux/fs/nfsd/ |
H A D | export.c | 455 int migrated, i, err; in fsloc_parse() local 496 err = get_int(mesg, &migrated); in fsloc_parse() 500 if (migrated < 0 || migrated > 1) in fsloc_parse() 502 fsloc->migrated = migrated; in fsloc_parse() 825 new->ex_fslocs.migrated = 0; in svc_export_init() 850 new->ex_fslocs.migrated = item->ex_fslocs.migrated; in export_update() 851 item->ex_fslocs.migrated = 0; in export_update() 1337 char *loctype = (fsloc->migrated) ? "refer" : "replicas"; in exp_flags()
|
H A D | export.h | 33 int migrated; member
|
/openbmc/linux/Documentation/mm/ |
H A D | page_migration.rst | 68 Lists of pages to be migrated are generated by scanning over 94 1. Lock the page to be migrated. 168 page was migrated. If the page was a non-THP and non-hugetlb page, then 178 3. THP_MIGRATION_SUCCESS: A THP was migrated without being split. 180 4. THP_MIGRATION_FAIL: A THP could not be migrated nor it could be split. 182 5. THP_MIGRATION_SPLIT: A THP was migrated, but not as such: first, the THP had
|
H 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 248 used a device specific data structure to keep information about migrated memory 272 a page that has been migrated to device private memory. 309 filter which source pages should be migrated. For example, setting 315 Currently only anonymous private VMA ranges can be migrated to or from 321 walks to fill in the ``args->src`` array with PFNs to be migrated. 354 Now that the driver knows that this page is being migrated, it can
|
/openbmc/linux/Documentation/admin-guide/cgroup-v1/ |
H 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,
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-devtools/nanopb/ |
H A D | nanopb-runtime_0.4.9.1.bb | 11 # which haven't yet migrated to `nanopb/pb*.h`
|
/openbmc/qemu/migration/ |
H A D | block-dirty-bitmap.c | 141 bool migrated; member 852 b->migrated = false; in dirty_bitmap_load_start() 874 if (b->migrated) { in before_vm_start_handle_item() 881 if (b->migrated) { in before_vm_start_handle_item() 919 assert(!s->before_vm_start_handled || !b->migrated); in cancel_incoming_locked() 969 b->migrated = true; in dirty_bitmap_load_complete()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H 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()
|
/openbmc/linux/fs/xfs/ |
H 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()
|
/openbmc/linux/Documentation/powerpc/ |
H 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.
|
/openbmc/qemu/qapi/ |
H A D | misc-target.json | 35 # @running: The guest is fully launched or migrated in. 37 # @send-update: The guest is currently being migrated out to another 40 # @receive-update: The guest is currently being migrated from another
|
/openbmc/linux/Documentation/networking/ |
H 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
|
/openbmc/openbmc/poky/bitbake/doc/ |
H A D | README | 21 The BitBake documentation was migrated from the original DocBook
|
/openbmc/qemu/docs/system/ |
H A D | managed-startup.rst | 14 - with incoming migration, initial state will be amended with the migrated
|
H A D | virtio-net-failover.rst | 32 requires no configuration in the guest. When a guest is live-migrated to
|
/openbmc/linux/tools/testing/selftests/net/forwarding/ |
H A D | README | 8 ASICs, as their ports can not be migrated to other network namespaces
|
/openbmc/qemu/docs/devel/migration/ |
H A D | virtio.rst | 113 Any extension of the state being migrated should be done in subsections
|
/openbmc/linux/Documentation/admin-guide/perf/ |
H A D | arm-ccn.rst | 47 the events are migrated to another one and the attribute is updated.
|
/openbmc/linux/arch/mips/kvm/ |
H 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()
|
/openbmc/qemu/docs/specs/ |
H A D | acpi_hest_ghes.rst | 110 migrated to a newer QEMU.
|
/openbmc/linux/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_svm.c | 3423 bool *migrated) in svm_range_trigger_migration() argument 3428 *migrated = false; in svm_range_trigger_migration() 3438 *migrated = !r; in svm_range_trigger_migration() 3443 *migrated = !r; in svm_range_trigger_migration() 3596 bool migrated; in svm_range_set_attr() local 3600 r = svm_range_trigger_migration(mm, prange, &migrated); in svm_range_set_attr() 3604 if (migrated && (!p->xnack_enabled || in svm_range_set_attr() 3612 if (!migrated && !update_mapping) { in svm_range_set_attr() 3617 flush_tlb = !migrated && update_mapping && prange->mapped_to_gpu; in svm_range_set_attr()
|
/openbmc/qemu/docs/devel/ |
H A D | clocks.rst | 495 Clock state is not migrated automatically. Every device must handle its 496 clock migration. Alias clocks must not be migrated. 501 Clock states can be migrated by adding an entry into the device 516 [...], /* other migrated fields */
|