/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
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)
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
D | mmu_context.h | 129 int migrated = next->context.cpu != cpu; in switch_mm() local 131 if (migrated) { in switch_mm() 135 if (migrated || prev != next) in switch_mm()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | export.c | 421 int migrated, i, err; in fsloc_parse() local 462 err = get_int(mesg, &migrated); in fsloc_parse() 466 if (migrated < 0 || migrated > 1) in fsloc_parse() 468 fsloc->migrated = migrated; in fsloc_parse() 741 new->ex_fslocs.migrated = 0; in svc_export_init() 765 new->ex_fslocs.migrated = item->ex_fslocs.migrated; in export_update() 766 item->ex_fslocs.migrated = 0; in export_update() 1221 char *loctype = (fsloc->migrated) ? "refer" : "replicas"; in exp_flags()
|
D | export.h | 32 int migrated; member
|
/kernel/linux/linux-5.10/Documentation/admin-guide/cgroup-v1/ |
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,
|
D | freezer-subsystem.rst | 20 migrated between nodes in a cluster by copying the gathered information
|
/kernel/linux/linux-5.10/Documentation/vm/ |
D | page_migration.rst | 70 Lists of pages to be migrated are generated by scanning over 97 1. Lock the page to be migrated. 159 *LRU* pages. However, there are potential non-LRU pages which can be migrated 192 under page_lock if you migrated the oldpage successfully and returned 266 page was migrated. If the page was a non-THP page, then this counter is 276 3. THP_MIGRATION_SUCCESS: A THP was migrated without being split. 278 4. THP_MIGRATION_FAIL: A THP could not be migrated nor it could be split. 280 5. THP_MIGRATION_SPLIT: A THP was migrated, but not as such: first, the THP had
|
D | hmm.rst | 102 access any memory but we must also permit any memory to be migrated to device 135 migrated from a main memory page to a device page, then any CPU access to 259 used a device specific data structure to keep information about migrated memory 283 a page that has been migrated to device private memory. 320 filter which source pages should be migrated. For example, setting 326 Currently only anonymous private VMA ranges can be migrated to or from 332 walks to fill in the ``args->src`` array with PFNs to be migrated. 365 Now that the driver knows that this page is being migrated, it can
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
D | ruc.c | 78 bool migrated = packet->migrated; in hfi1_ruc_check_hdr() local 81 if (qp->s_mig_state == IB_MIG_ARMED && migrated) { in hfi1_ruc_check_hdr() 151 if (qp->s_mig_state == IB_MIG_REARM && !migrated) in hfi1_ruc_check_hdr()
|
D | driver.c | 1561 packet->migrated = ib_bth_is_migration(packet->ohdr); in hfi1_setup_9B_packet() 1598 packet->migrated = opa_bth_is_migration(packet->ohdr); in hfi1_setup_bypass_packet() 1610 packet->migrated = opa_bth_is_migration(packet->ohdr); in hfi1_setup_bypass_packet() 1624 packet->migrated = false; in hfi1_setup_bypass_packet()
|
/kernel/linux/linux-5.10/fs/xfs/ |
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()
|
/kernel/linux/linux-5.10/Documentation/powerpc/ |
D | dawr-power9.rst | 55 guest is migrated to a POWER9 host, the watchpoint will be lost on the 58 migrated back to the POWER8 host, it will start working again.
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | cpu_hotplug.rst | 74 migrated to another target CPU. 151 * All processes are migrated away from this outgoing CPU to new CPUs. 154 * All interrupts targeted to this CPU are migrated to a new CPU 155 * timers are also migrated to a new CPU 156 * Once all services are migrated, kernel calls an arch specific routine
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
D | README | 8 ASICs, as their ports can not be migrated to other network namespaces
|
/kernel/linux/linux-5.10/Documentation/admin-guide/perf/ |
D | arm-ccn.rst | 47 the events are migrated to another one and the attribute is updated.
|
/kernel/linux/linux-5.10/arch/mips/kvm/ |
D | vz.c | 2502 bool migrated; in kvm_vz_vcpu_load_tlb() local 2508 migrated = (vcpu->arch.last_exec_cpu != cpu); in kvm_vz_vcpu_load_tlb() 2525 if (migrated || in kvm_vz_vcpu_load_tlb() 2544 if (migrated || last_exec_vcpu[cpu] != vcpu) in kvm_vz_vcpu_load_tlb() 2562 bool migrated, all; in kvm_vz_vcpu_load() local 2568 migrated = (vcpu->arch.last_sched_cpu != cpu); in kvm_vz_vcpu_load() 2574 all = migrated || (last_vcpu[cpu] != vcpu); in kvm_vz_vcpu_load()
|
/kernel/linux/linux-5.10/Documentation/virt/kvm/ |
D | amd-memory-encryption.rst | 199 SEV_STATE_RECEIVING, /* guest is being migrated in from another SEV machine */ 200 SEV_STATE_SENDING /* guest is getting migrated out to another SEV machine */
|
D | running-nested-guests.rst | 190 should no longer be migrated or saved (refer to QEMU documentation on 194 kernel 'oops', or an outright kernel panic. Such a migrated or loaded L1
|
/kernel/linux/linux-5.10/arch/arm/vfp/ |
D | vfphw.S | 130 @ However, it may have been migrated to another CPU, in which
|
/kernel/linux/linux-5.10/Documentation/livepatch/ |
D | cumulative-patches.rst | 29 All processes are then migrated to use the code only from the new patch.
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/reserved-memory/ |
D | reserved-memory.txt | 65 can be otherwise regenerated or migrated elsewhere.
|
/kernel/linux/linux-5.10/Documentation/scheduler/ |
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**::
|
/kernel/linux/linux-5.10/Documentation/admin-guide/nfs/ |
D | nfs-client.rst | 64 migrated onto another server by means of the special "fs_locations"
|
/kernel/linux/linux-5.10/Documentation/driver-api/thermal/ |
D | intel_powerclamp.rst | 84 migrated, unless the CPU is taken offline. In this case, threads 221 keeps track of clamping kernel threads, even after they are migrated
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | w83791d.rst | 103 The sysfs interface to the beep bitmask has migrated from the original legacy
|