| /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-6.6/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-6.6/Documentation/mm/ |
| 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
|
| 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
|
| /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-6.6/arch/xtensa/include/asm/ |
| D | mmu_context.h | 130 int migrated = next->context.cpu != cpu; in switch_mm() local 131 /* Flush the icache if we migrated to a new core. */ in switch_mm() 132 if (migrated) { in switch_mm() 136 if (migrated || prev != next) in switch_mm()
|
| /kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
| D | mmu_context.h | 129 int migrated = next->context.cpu != cpu; in switch_mm() local 130 /* Flush the icache if we migrated to a new core. */ in switch_mm() 131 if (migrated) { in switch_mm() 135 if (migrated || prev != next) in switch_mm()
|
| /kernel/linux/linux-6.6/Documentation/scheduler/ |
| 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
|
| /kernel/linux/build/test/moduletest/runtest/bin/cpusetdecouple_cpuhotplug_t/testcases/bin/ |
| D | cpusetdecouple_cpuhotplug02.sh | 16 # Description: Check whether process are migrated when the CPU is offline 65 tst_res TPASS "process are migrated when the CPU is offline pass." 67 tst_res TFAIL "process are migrated when the CPU is offline failed!"
|
| D | cpusetdecouple_cpuhotplug03.sh | 16 # Description: Check whether processes will be migrated to new online CPU 59 tst_res TPASS "processes will be migrated to new online CPU pass." 61 tst_res TFAIL "processes will be migrated to new online CPU failed!"
|
| /kernel/linux/build/test/moduletest/runtest/bin/cpuisolation_t/testcases/bin/ |
| D | cpuisolation02.sh | 129 tst_res TPASS "cpu$i process migrated." 131 tst_res TFAIL "cpu$i process is not migrated." 144 tst_res TPASS "cpu3 process migrated." 146 tst_res TFAIL "cpu3 process is not migrated."
|
| /kernel/linux/linux-5.10/fs/xfs/ |
| D | xfs_mru_cache.c | 65 * this happens, all the elements on the LRU list need to be migrated to the end 118 * Case a) above is detected by counting how many groups are migrated and 120 * time_zero field, which is updated as each group is migrated. 131 unsigned int migrated = 0; in _xfs_mru_cache_migrate() local 158 * lists have been migrated to the reap list, it's now empty. in _xfs_mru_cache_migrate() 160 if (++migrated == mru->grp_count) { in _xfs_mru_cache_migrate() 185 * MRU list. The lists must be migrated first to ensure that they're 219 * When destroying or reaping, all the elements that were migrated to the reap
|
| /kernel/linux/linux-6.6/fs/xfs/ |
| D | xfs_mru_cache.c | 65 * this happens, all the elements on the LRU list need to be migrated to the end 118 * Case a) above is detected by counting how many groups are migrated and 120 * time_zero field, which is updated as each group is migrated. 131 unsigned int migrated = 0; in _xfs_mru_cache_migrate() local 158 * lists have been migrated to the reap list, it's now empty. in _xfs_mru_cache_migrate() 160 if (++migrated == mru->grp_count) { in _xfs_mru_cache_migrate() 185 * MRU list. The lists must be migrated first to ensure that they're 219 * When destroying or reaping, all the elements that were migrated to the reap
|
| /kernel/linux/linux-6.6/arch/arm64/include/asm/ |
| D | simd.h | 35 * migrated, and if it's clear we cannot be migrated to a CPU in may_use_simd()
|
| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| D | simd.h | 35 * migrated, and if it's clear we cannot be migrated to a CPU in may_use_simd()
|
| /kernel/linux/linux-6.6/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,
|
| /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,
|
| /kernel/linux/linux-5.10/lib/ |
| D | test_hmm_uapi.h | 46 * HMM_DMIRROR_PROT_DEV_PRIVATE_LOCAL: Migrated device private page on the 48 * HMM_DMIRROR_PROT_DEV_PRIVATE_REMOTE: Migrated device private page on some
|
| /kernel/linux/linux-6.6/lib/ |
| D | test_hmm_uapi.h | 50 * HMM_DMIRROR_PROT_DEV_PRIVATE_LOCAL: Migrated device private page on the 52 * HMM_DMIRROR_PROT_DEV_PRIVATE_REMOTE: Migrated device private page on some
|
| /kernel/linux/linux-6.6/mm/ |
| D | migrate_device.c | 300 * private page mappings that won't be migrated. in migrate_vma_collect() 318 * Pinned pages cannot be migrated. This is the same test as in 454 * Returns: negative errno on failures, 0 when 0 or more pages were migrated 496 * At this point all successfully migrated pages have an entry in the src 501 * successfully migrated, and which were not. Successfully migrated pages will 506 * in read mode (hence no one can unmap the range being migrated). 511 * for successfully migrated pages or otherwise restore the CPU page table to 883 * device pfns that should be migrated to system memory is used instead.
|
| /kernel/linux/linux-5.10/fs/nfsd/ |
| D | export.c | 421 int migrated, i, err; in fsloc_parse() local 461 /* migrated */ in fsloc_parse() 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 | 31 * list of replicas that do serve it) then we set "migrated": */ 32 int migrated; member
|
| /kernel/linux/linux-6.6/fs/nfsd/ |
| D | export.h | 32 * list of replicas that do serve it) then we set "migrated": */ 33 int migrated; member
|
| /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.
|