Home
last modified time | relevance | path

Searched full:migrate (Results 1 – 25 of 346) sorted by relevance

12345678910>>...14

/OK3568_Linux_fs/kernel/mm/
H A Dmigrate.c3 * Memory Migration functionality - linux/mm/migrate.c
16 #include <linux/migrate.h>
56 #include <trace/events/migrate.h>
676 * Common logic to directly migrate a single LRU page suitable for
982 * cannot try to migrate this page. in move_to_new_page()
1151 * Obtain the lock on page, remove all ptes and migrate the page
1197 * Compaction can migrate also non-LRU pages which are in unmap_and_move()
1252 * This means that when we try to migrate hugepage whose subpages are
1381 * migrate_pages - migrate the pages specified in a list, to the free pages
1687 * pages to migrate. Since we are going to in move_pages_and_store_status()
[all …]
H A Dpage_isolation.c12 #include <linux/migrate.h>
27 * We assume the caller intended to SET migrate type to isolate. in set_migratetype_isolate()
148 * @migratetype: Migrate type to set in error recovery.
159 * future will not be allocated again. If specified range includes migrate types
H A Dcompaction.c13 #include <linux/migrate.h>
331 * should be skipped for page isolation when the migrate and free page scanner
358 /* Update the migrate PFN */ in __reset_isolation_suitable()
807 * isolate_migratepages_block() - isolate all migrate-able pages within
873 * to failure. We should migrate the pages now and in isolate_migratepages_block()
960 * It's possible to migrate LRU and non-lru movable pages. in isolate_migratepages_block()
993 * Only allow to migrate anonymous pages in GFP_NOFS context in isolate_migratepages_block()
1126 * isolate_migratepages_range() - isolate migrate-able pages in a PFN range
1527 * Isolate free pages until enough are available to migrate the in isolate_freepages()
1528 * pages on cc->migratepages. We stop searching if the migrate in isolate_freepages()
[all …]
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_migration_classic.c108 exaCopyDirty(ExaMigrationPtr migrate, RegionPtr pValidDst, RegionPtr pValidSrc, in exaCopyDirty() argument
113 PixmapPtr pPixmap = migrate->pPix; in exaCopyDirty()
141 if (migrate->as_dst) { in exaCopyDirty()
192 if (migrate->pReg) in exaCopyDirty()
193 RegionSubtract(&CopyReg, &CopyReg, migrate->pReg); in exaCopyDirty()
199 if (migrate->pReg) in exaCopyDirty()
200 RegionIntersect(&CopyReg, &CopyReg, migrate->pReg); in exaCopyDirty()
278 exaCopyDirtyToSys(ExaMigrationPtr migrate) in exaCopyDirtyToSys() argument
280 PixmapPtr pPixmap = migrate->pPix; in exaCopyDirtyToSys()
285 exaCopyDirty(migrate, &pExaPixmap->validSys, &pExaPixmap->validFB, in exaCopyDirtyToSys()
[all …]
/OK3568_Linux_fs/kernel/net/xfrm/
H A DKconfig61 bool "Transformation migrate database"
122 bool "PF_KEY MIGRATE"
126 Add a PF_KEY MIGRATE message to PF_KEYv2 socket family.
127 The PF_KEY MIGRATE message is used to dynamically update
133 <draft-sugimoto-mip6-pfkey-migrate>.
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A DKconfig171 migrate to UML_NET_VECTOR.
188 migrate to UML_NET_VECTOR.
209 migrate to UML_NET_VECTOR.
230 migrate to UML_NET_VECTOR.
267 migrate to UML_NET_VECTOR.
290 migrate to UML_NET_VECTOR.
309 migrate to UML_NET_VECTOR.
335 migrate to UML_NET_VECTOR.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_dmem.c81 struct nouveau_dmem_migrate migrate; member
164 if (drm->dmem->migrate.copy_func(drm, 1, NOUVEAU_APER_HOST, *dma_addr, in nouveau_dmem_fault_copy_one()
199 * FIXME what we really want is to find some heuristic to migrate more in nouveau_dmem_migrate_to_ram()
212 nouveau_fence_new(dmem->migrate.chan, false, &fence); in nouveau_dmem_migrate_to_ram()
399 struct nvif_push *push = drm->dmem->migrate.chan->chan.push; in nvc0b5_migrate_copy()
472 struct nvif_push *push = drm->dmem->migrate.chan->chan.push; in nvc0b5_migrate_clear()
532 drm->dmem->migrate.copy_func = nvc0b5_migrate_copy; in nouveau_dmem_migrate_init()
533 drm->dmem->migrate.clear_func = nvc0b5_migrate_clear; in nouveau_dmem_migrate_init()
534 drm->dmem->migrate.chan = drm->ttm.chan; in nouveau_dmem_migrate_init()
590 if (drm->dmem->migrate.copy_func(drm, 1, in nouveau_dmem_migrate_copy_one()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dmempolicy.h48 #define MPOL_MF_LAZY (1<<3) /* Modifies '_MOVE: lazy migrate on fault */
62 #define MPOL_F_MOF (1 << 3) /* this policy wants migrate on fault */
63 #define MPOL_F_MORON (1 << 4) /* Migrate On protnone Reference On Node */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dmempolicy.h48 #define MPOL_MF_LAZY (1<<3) /* Modifies '_MOVE: lazy migrate on fault */
62 #define MPOL_F_MOF (1 << 3) /* this policy wants migrate on fault */
63 #define MPOL_F_MORON (1 << 4) /* Migrate On protnone Reference On Node */
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dmempolicy.h48 #define MPOL_MF_LAZY (1<<3) /* Modifies '_MOVE: lazy migrate on fault */
62 #define MPOL_F_MOF (1 << 3) /* this policy wants migrate on fault */
63 #define MPOL_F_MORON (1 << 4) /* Migrate On protnone Reference On Node */
/OK3568_Linux_fs/kernel/include/linux/
H A Dmigrate.h33 /* In mm/debug.c; also keep sync with include/trace/events/migrate.h */
109 return -EAGAIN; /* can't migrate now */ in migrate_misplaced_page()
191 void migrate_vma_pages(struct migrate_vma *migrate);
192 void migrate_vma_finalize(struct migrate_vma *migrate);
H A Dpsci.h29 int (*migrate)(unsigned long cpuid); member
41 u32 migrate; member
/OK3568_Linux_fs/kernel/drivers/firmware/psci/
H A Dpsci.c44 * calls to its resident CPU, so we must avoid issuing those. We never migrate
234 return __psci_migrate(psci_0_1_function_ids.migrate, cpuid); in psci_0_1_migrate()
239 return __psci_migrate(PSCI_FN_NATIVE(0_2, MIGRATE), cpuid); in psci_0_2_migrate()
474 .migrate = psci_0_2_migrate, in psci_0_2_set_functions()
570 if (!of_property_read_u32(np, "migrate", &id)) { in psci_0_1_init()
571 psci_0_1_function_ids.migrate = id; in psci_0_1_init()
572 psci_ops.migrate = psci_0_1_migrate; in psci_0_1_init()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/softhsm/
H A Dsofthsm_2.6.1.bb26 PACKAGECONFIG[migrate] = "--with-migrate"
/OK3568_Linux_fs/kernel/fs/ocfs2/dlm/
H A Ddlmmaster.c826 * of the MIGRATION mle: either the migrate finished or in dlm_get_lock_resource()
1512 mlog(0, "node %u is master, but trying to migrate to " in dlm_master_request_handler()
1516 "node is trying to migrate it to %u?!\n", in dlm_master_request_handler()
2607 mlog(ML_ERROR, "tried to migrate %.*s to %u, but " in dlm_migrate_lockres()
2779 /* Wheee! Migrate lockres here! Will sleep so drop spinlock. */ in dlm_empty_lockres()
2784 mlog(0, "%s: res %.*s, Migrate to node %u failed with %d\n", in dlm_empty_lockres()
2974 * Pick a node to migrate the lock resource to. This function selects a
3029 struct dlm_migrate_request migrate; in dlm_do_migrate_request() local
3033 memset(&migrate, 0, sizeof(migrate)); in dlm_do_migrate_request()
3034 migrate.namelen = res->lockname.len; in dlm_do_migrate_request()
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dmacro.h187 msr sp_el2, \tmp /* Migrate SP */
189 msr vbar_el2, \tmp /* Migrate VBAR */
290 msr sp_el1, \tmp /* Migrate SP */
292 msr vbar_el1, \tmp /* Migrate VBAR */
/OK3568_Linux_fs/kernel/kernel/irq/
H A Dcpuhotplug.c68 pr_debug("IRQ %u: Unable to migrate away\n", d->irq); in migrate_one_irq()
146 * irq_migrate_all_off_this_cpu - Migrate irqs away from offline cpu
148 * The current CPU has been marked offline. Migrate IRQs off this CPU.
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_migrate.c25 #include <linux/migrate.h>
152 * kbasep_migrate_page_pt_mapped - Migrate a memory page that is mapped
220 * kbasep_migrate_page_allocated_mapped - Migrate a memory page that is both
388 * kbase_page_migrate - Migrate content of old page to new page provided.
395 * Callback function for Linux to migrate the content of the old page to the
506 * migrate. This function will put back the given page to the state it was
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-general.rst24 forward expecting them to work after you migrate to new Yocto Project
28 migrate to a newer version of Yocto Project, the metadata (e.g.
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/spectrum-2/
H A Dtc_flower.sh543 check_err $? "Migrate trace was not hit"
545 check_err $? "Migrate end trace was not hit"
550 check_fail $? "Migrate trace was hit when no migration should happen"
552 check_fail $? "Migrate end trace was hit when no migration should happen"
618 check_err $? "Migrate trace was not hit"
620 check_err $? "Migrate end trace was not hit"
625 check_fail $? "Migrate trace was hit when no migration should happen"
627 check_fail $? "Migrate end trace was hit when no migration should happen"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/
H A Dpsci.yaml90 migrate:
92 description: Function ID for MIGRATE operation
158 migrate = <0x95c10003>;
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dpsci_smp.c37 * migrate Migrate the context to a different CPU
/OK3568_Linux_fs/kernel/tools/perf/scripts/python/
H A Dsched-migration.py191 def migrate(self, ts_list, new, old_cpu, new_cpu): member in TimeSlice
351 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu): member in SchedEventProxy
353 ts.migrate(self.timeslices, pid, orig_cpu, dest_cpu)
418 parser.migrate(headers, pid, prio, orig_cpu, dest_cpu)
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dhmm-tests.c838 * Migrate anonymous memory to device private memory.
840 TEST_F(hmm, migrate) in TEST_F() argument
871 /* Migrate memory to device. */ in TEST_F()
884 * Migrate anonymous memory to device private memory and fault some of it back
919 /* Migrate memory to device. */ in TEST_F()
932 /* Migrate memory to the device again. */ in TEST_F()
945 * Migrate anonymous shared memory to device private memory.
972 /* Migrate memory to device. */ in TEST_F()
980 * Try to migrate various memory types to device private memory.
1050 /* Now try to migrate pages 2-5 to device 1. */ in TEST_F()
[all …]
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmigrate.c310 * happened after we started the migrate. We need to in ext4_ext_swap_inode_data()
311 * fail the migrate in ext4_ext_swap_inode_data()
434 * don't migrate fast symlink in ext4_ext_migrate()
492 * new blocks we fail migrate. New block allocation will in ext4_ext_migrate()
595 * Migrate a simple extent-based inode to use the i_blocks[] array

12345678910>>...14