Searched refs:migrate (Results 51 - 75 of 87) sorted by relevance

1234

/linux-master/mm/
H A Dswap_state.c21 #include <linux/migrate.h>
H A Dpage_owner.c10 #include <linux/migrate.h>
577 "Page has been migrated, last migrate reason: %s\n",
647 pr_alert("page has been migrated, last migrate reason: %s\n",
H A Dz3fold.c33 #include <linux/migrate.h>
H A Dmemory_hotplug.c26 #include <linux/migrate.h>
949 * can even migrate inflated pages between zones.
1377 * setting migrate types
1802 * fail on them. It also doesn't make any sense to migrate them in the
H A Dzsmalloc.c60 #include <linux/migrate.h>
1578 /* Stop if there are no more objects to migrate */
H A Dmemory-failure.c51 #include <linux/migrate.h>
1395 /* Soft offline could migrate non-LRU movable pages */
H A Dcompaction.c13 #include <linux/migrate.h>
397 * should be skipped for page isolation when the migrate and free page scanner
425 /* Update the migrate PFN */
874 * isolate_migratepages_block() - isolate all migrate-able pages within
945 * to failure. We should migrate the pages now and
1102 * It's possible to migrate LRU and non-lru movable pages.
1145 * Only allow to migrate anonymous pages in GFP_NOFS context
1164 * it will be able to migrate without blocking - clean pages
1179 * a ->migrate_folio callback are possible to migrate
1368 * isolate_migratepages_range() - isolate migrate
[all...]
H A Dmempolicy.c102 #include <linux/migrate.h>
643 * Choosing not to migrate a shared folio is not counted as a failure.
1033 * Choosing not to migrate a shared folio is not counted as a failure.
1084 * This does not migrate the range, but isolates all pages that
1133 * (nothing left to migrate).
1135 * This lets us pick a pair of nodes to migrate between, such that
1323 * Lock the VMAs before scanning for pages to migrate,
H A Dgup.c18 #include <linux/migrate.h>
2133 * We can't migrate pages with unexpected references, so drop
2176 * will migrate those pages away, unpin all the pages in the range and return
/linux-master/drivers/gpu/drm/xe/
H A Dxe_exec_queue.c125 * some engines we use the kernels migrate vm underneath which offers no
604 migrate_vm = xe_migrate_get_vm(gt_to_tile(gt)->migrate);
757 * Typically vm->resv, but user-created timeline locks use the migrate vm
758 * and never grabs the migrate vm->resv so we have a race there.
H A Dxe_migrate.c39 * struct xe_migrate - migrate context.
87 * xe_tile_migrate_engine() - Get this tile's migrate engine.
90 * Returns the default migrate engine of this tile.
93 * Return: The default migrate engine
97 return tile->migrate->q;
128 * migrate offset
305 * reserved copy engine to be used as logical mask for migrate engine.
307 * migrate jobs servicing the faults gets stuck behind the job that faulted.
328 * xe_migrate_init() - Initialize a migrate context
331 * Return: Pointer to a migrate contex
[all...]
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dintel_memory_region.c1072 err = intel_context_migrate_clear(engine->gt->migrate.context, NULL,
/linux-master/fs/ubifs/
H A Dfile.c43 #include <linux/migrate.h>
/linux-master/fs/bcachefs/
H A Dfs-io.c29 #include <linux/migrate.h>
/linux-master/kernel/cgroup/
H A Dcpuset.c2782 * is idempotent. Also migrate pages in each mm to new nodes.
2787 bool migrate; local
2795 migrate = is_memory_migrate(cs);
2798 if (migrate)
2876 * migrate the tasks pages to the new memory.
3454 * migrate mm from.
/linux-master/include/net/
H A Dxfrm.h601 int (*migrate)(const struct xfrm_selector *sel, member in struct:xfrm_mgr
/linux-master/fs/hugetlbfs/
H A Dinode.c36 #include <linux/migrate.h>
/linux-master/fs/iomap/
H A Dbuffered-io.c19 #include <linux/migrate.h>
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_mman.c1226 err = intel_context_migrate_clear(to_gt(i915)->migrate.context, NULL,
/linux-master/fs/nfs/
H A Dwrite.c17 #include <linux/migrate.h>
2114 * an in-progress read or write request. Don't try to migrate it.
/linux-master/arch/arm64/kvm/
H A Darm.c2137 init_psci_0_1_impl_state(kvm_host_psci_config, migrate);
/linux-master/net/xfrm/
H A Dxfrm_state.c2491 if (km->migrate) {
2492 ret = km->migrate(sel, dir, type, m, num_migrate, k,
/linux-master/tools/testing/selftests/mm/
H A Dhmm-tests.c958 TEST_F(hmm, migrate)
1147 * Try to migrate various memory types to device private memory.
1217 /* Now try to migrate pages 2-5 to device 1. */
1982 * In case of writing to COW private page(s), a page fault will migrate pages
/linux-master/fs/
H A Daio.c40 #include <linux/migrate.h>
/linux-master/kernel/sched/
H A Dfair.c1840 * Cannot migrate to memoryless nodes.
1884 * Allow first faults or private faults to migrate immediately early in
1914 /* Always allow migrate on private faults */
2110 * Clear previous best_cpu/rq numa-migrate flag, since task now
2405 /* Skip this CPU if the source task cannot migrate */
2550 /* Attempt to migrate a task to a CPU on the preferred node. */
2567 /* Otherwise, try migrate to a CPU on the preferred node */
2900 /* Cannot migrate task to CPU-less node */
3140 * Retry to migrate task to preferred node periodically, in case it
3208 unsigned long migrate, next_sca local
[all...]

Completed in 345 milliseconds

1234