Home
last modified time | relevance | path

Searched refs:migrate (Results 1 – 42 of 42) sorted by relevance

/linux-4.1.27/arch/arm/include/asm/
Dpsci.h31 int (*migrate)(unsigned long cpuid); member
/linux-4.1.27/net/xfrm/
DKconfig34 bool "Transformation migrate database"
82 <draft-sugimoto-mip6-pfkey-migrate>.
Dxfrm_state.c1792 if (km->migrate) { in km_migrate()
1793 ret = km->migrate(sel, dir, type, m, num_migrate, k); in km_migrate()
Dxfrm_user.c3085 .migrate = xfrm_send_migrate,
/linux-4.1.27/arch/arm64/kernel/
Dpsci.c51 int (*migrate)(unsigned long cpuid); member
291 psci_ops.migrate = psci_migrate; in psci_0_2_set_functions()
395 psci_ops.migrate = psci_migrate; in psci_0_1_init()
/linux-4.1.27/arch/arm/kernel/
Dpsci.c223 psci_ops.migrate = psci_migrate; in psci_0_2_init()
273 psci_ops.migrate = psci_migrate; in psci_0_1_init()
/linux-4.1.27/fs/ext4/
DMakefile9 ext4_jbd2.o migrate.o mballoc.o block_validity.o move_extent.o \
Dioctl.c225 int err, migrate = 0; in ext4_ioctl() local
273 migrate = 1; in ext4_ioctl()
317 if (migrate) { in ext4_ioctl()
/linux-4.1.27/Documentation/devicetree/bindings/arm/
Dpsci.txt51 - migrate : Function ID for MIGRATE operation
74 migrate = <0x95c10003>;
/linux-4.1.27/tools/perf/scripts/python/
Dsched-migration.py189 def migrate(self, ts_list, new, old_cpu, new_cpu): member in TimeSlice
349 def migrate(self, headers, pid, prio, orig_cpu, dest_cpu): member in SchedEventProxy
351 ts.migrate(self.timeslices, pid, orig_cpu, dest_cpu)
416 parser.migrate(headers, pid, prio, orig_cpu, dest_cpu)
/linux-4.1.27/Documentation/devicetree/bindings/net/
Ddavinci-mdio.txt15 Future plan is to migrate hwmod data base contents into device tree
Dcpsw.txt41 Future plan is to migrate hwmod data base contents into device tree
/linux-4.1.27/fs/ocfs2/dlm/
Ddlmmaster.c2961 struct dlm_migrate_request migrate; in dlm_do_migrate_request() local
2965 memset(&migrate, 0, sizeof(migrate)); in dlm_do_migrate_request()
2966 migrate.namelen = res->lockname.len; in dlm_do_migrate_request()
2967 memcpy(migrate.name, res->lockname.name, migrate.namelen); in dlm_do_migrate_request()
2968 migrate.new_master = new_master; in dlm_do_migrate_request()
2969 migrate.master = master; in dlm_do_migrate_request()
2989 &migrate, sizeof(migrate), nodenum, in dlm_do_migrate_request()
2994 migrate.namelen, migrate.name, ret, nodenum); in dlm_do_migrate_request()
3038 struct dlm_migrate_request *migrate = (struct dlm_migrate_request *) msg->buf; in dlm_migrate_request_handler() local
3047 name = migrate->name; in dlm_migrate_request_handler()
[all …]
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Di2c-omap.txt19 Future plan is to migrate hwmod data base contents into device tree
/linux-4.1.27/arch/ia64/include/asm/
Dmachvec.h152 # define platform_migrate ia64_mv.migrate
196 ia64_mv_migrate_t *migrate; member
/linux-4.1.27/include/trace/events/
Dmigrate.h2 #define TRACE_SYSTEM migrate
/linux-4.1.27/Documentation/devicetree/bindings/net/can/
Dc_can.txt23 Future plan is to migrate hwmod data base contents into device tree
/linux-4.1.27/mm/
DMakefile59 obj-$(CONFIG_MIGRATION) += migrate.o
/linux-4.1.27/Documentation/filesystems/
Decryptfs.txt32 then copy the files back into the new eCryptfs mount to migrate the
Dproc.txt764 Free pages count per migrate type at order 0 1 2 3 4 5 6 7…
781 migrate types into the same contiguous regions of memory called page blocks.
788 by migrate-type and finishes with details on how many page blocks of each
Dvfs.txt594 /* migrate the contents of a page to the specified target */
/linux-4.1.27/Documentation/vm/
Dnuma99 later migrate away from that memory. The Linux scheduler is aware of the
104 Thus, under sufficient imbalance, tasks can migrate between nodes, remote
Dpage_migration105 mapcount is not zero then we do not migrate the page.
Dunevictable-lru.txt95 same code to isolate them (for migrate, etc.), the same code to keep track
98 (2) We want to be able to migrate unevictable pages between nodes for memory
100 can only migrate pages that it can successfully isolate from the LRU
Dtranshuge.txt285 page and pinning it during the copy but it pretends to migrate the
/linux-4.1.27/Documentation/block/
Dqueue-sysfs.txt119 If this option is '1', the block layer will migrate request completions to the
/linux-4.1.27/kernel/
Dcpuset.c1084 bool migrate; in update_tasks_nodemask() local
1092 migrate = is_memory_migrate(cs); in update_tasks_nodemask()
1095 if (migrate) in update_tasks_nodemask()
/linux-4.1.27/Documentation/
Dkernel-per-CPU-kthreads.txt74 recurring timers to migrate elsewhere. If you are concerned
130 timers to migrate elsewhere. If you are concerned with multiple
Dmemory-hotplug.txt298 (2) migrate all pages in the memory block.
Dmemory-barriers.txt2673 other CPUs are concerned since the cache coherency mechanisms will migrate the
/linux-4.1.27/Documentation/cgroups/
Dmemcg_test.txt153 node 0 to node 1 will occur. Following is a script to migrate all
Dcpusets.txt531 then scheduler migrate task B to CPU Y so that task B can start on
545 is idle while CPU X and the siblings are busy, scheduler can't migrate
/linux-4.1.27/Documentation/dvb/
DREADME.dvb-usb35 Objective is to migrate all the usb-devices (dibusb, cinergyT2, maybe the
/linux-4.1.27/fs/btrfs/
Ddelayed-inode.c637 goto migrate; in btrfs_delayed_inode_reserve_metadata()
667 migrate: in btrfs_delayed_inode_reserve_metadata()
/linux-4.1.27/kernel/sched/
Dfair.c2120 unsigned long migrate, next_scan, now = jiffies; in task_numa_work() local
2150 migrate = mm->numa_next_scan; in task_numa_work()
2151 if (time_before(now, migrate)) in task_numa_work()
2160 if (cmpxchg(&mm->numa_next_scan, migrate, next_scan) != migrate) in task_numa_work()
/linux-4.1.27/Documentation/device-mapper/
Dcache.txt19 The decision as to what data to migrate and when is left to a plug-in
/linux-4.1.27/Documentation/locking/
Dww-mutex-design.txt20 more complex when you consider that the kernel may need to migrate the
/linux-4.1.27/include/net/
Dxfrm.h597 int (*migrate)(const struct xfrm_selector *sel, member
/linux-4.1.27/drivers/ide/
DKconfig19 changes applied. Users of ATA hardware are encouraged to migrate to
/linux-4.1.27/Documentation/networking/
Dfilter.txt600 however, future work will migrate other JIT compilers as well, so that they
/linux-4.1.27/net/key/
Daf_key.c3800 .migrate = pfkey_send_migrate,
/linux-4.1.27/arch/x86/
DKconfig1956 offline if any interrupt can not migrate out of CPU0. There may