| /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)
|
| /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()
|
| /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,
|
| /linux/arch/loongarch/kvm/ |
| H A D | main.c | 222 bool migrated; in kvm_check_vpid() local 232 migrated = (vcpu->cpu != cpu); in kvm_check_vpid() 243 if (migrated || (ver != old)) { in kvm_check_vpid()
|
| H A D | vcpu.c | 1590 bool migrated; in _kvm_vcpu_load() local 1598 migrated = (vcpu->arch.last_sched_cpu != cpu); in _kvm_vcpu_load() 1605 if (migrated || (context->last_vcpu != vcpu)) in _kvm_vcpu_load()
|
| /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()
|
| H A D | driver.c | 1515 packet->migrated = ib_bth_is_migration(packet->ohdr); in hfi1_setup_9B_packet() 1552 packet->migrated = opa_bth_is_migration(packet->ohdr); in hfi1_setup_bypass_packet() 1564 packet->migrated = opa_bth_is_migration(packet->ohdr); in hfi1_setup_bypass_packet() 1578 packet->migrated = false; in hfi1_setup_bypass_packet()
|
| /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()
|
| /linux/Documentation/arch/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.
|
| /linux/fs/nfsd/ |
| H A D | export.h | 33 int migrated; member
|
| /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
|
| /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()
|
| /linux/Documentation/admin-guide/perf/ |
| H A D | arm-ccn.rst | 47 the events are migrated to another one and the attribute is updated.
|
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 251 u64 migrated; /* time when a thread is migrated */ member 2282 if ((r->migrated > r->ready_to_run) && (r->migrated < tprev)) in timehist_update_runtime_stats() 2283 r->dt_pre_mig = r->migrated - r->ready_to_run; in timehist_update_runtime_stats() 2671 struct thread *migrated) in timehist_print_migration_event() argument 2690 timehist_skip_sample(sched, migrated, evsel, sample)) { in timehist_print_migration_event() 2715 printf("migrated: %s", timehist_get_commstr(migrated)); in timehist_print_migration_event() 2745 tr->migrated = sample->time; in timehist_migrate_task_event() 2909 tr->migrated = 0; in timehist_sched_change_event()
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | README | 8 ASICs, as their ports can not be migrated to other network namespaces
|
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_svm.c | 3546 bool *migrated) in svm_range_trigger_migration() argument 3551 *migrated = false; in svm_range_trigger_migration() 3566 *migrated = !r; in svm_range_trigger_migration() 3572 *migrated = !r; in svm_range_trigger_migration() 3732 bool migrated; in svm_range_set_attr() local 3736 r = svm_range_trigger_migration(mm, prange, &migrated); in svm_range_set_attr() 3740 if (migrated && (!p->xnack_enabled || in svm_range_set_attr() 3748 if (!migrated && !update_mapping) { in svm_range_set_attr() 3753 flush_tlb = !migrated && update_mapping && prange->mapped_to_gpu; in svm_range_set_attr()
|
| /linux/Documentation/virt/kvm/x86/ |
| H 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
|
| /linux/Documentation/livepatch/ |
| H A D | cumulative-patches.rst | 29 All processes are then migrated to use the code only from the new patch.
|
| /linux/Documentation/core-api/ |
| H A D | cpu_hotplug.rst | 69 migrated to another target CPU. 139 * All processes are migrated away from this outgoing CPU to new CPUs. 142 * All interrupts targeted to this CPU are migrated to a new CPU 143 * timers are also migrated to a new CPU 144 * Once all services are migrated, kernel calls an arch specific routine
|
| /linux/Documentation/scheduler/ |
| H 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/Documentation/arch/riscv/ |
| H A D | cmodx.rst | 51 migrated to may not have synchronized instruction storage and icache.
|
| /linux/fs/f2fs/ |
| H A D | gc.c | 1734 int seg_freed = 0, migrated = 0; in do_garbage_collect() local 1833 migrated >= sbi->migration_granularity) in do_garbage_collect() 1864 migrated++; in do_garbage_collect() 1886 if (migrated) in do_garbage_collect()
|
| /linux/Documentation/mm/ |
| H A D | multigen_lru.rst | 164 is migrated. 173 ``mm_struct`` was migrated, pages left in the previous memcg will be
|
| /linux/Documentation/admin-guide/thermal/ |
| H A D | intel_powerclamp.rst | 86 migrated, unless the CPU is taken offline. In this case, threads 225 keeps track of clamping kernel threads, even after they are migrated
|
| /linux/Documentation/admin-guide/nfs/ |
| H A D | nfs-client.rst | 67 migrated onto another server by means of the special "fs_locations"
|