Home
last modified time | relevance | path

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

/linux-4.4.14/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.c3110 .migrate = xfrm_send_migrate,
/linux-4.4.14/include/linux/
Dpsci.h31 int (*migrate)(unsigned long cpuid); member
/linux-4.4.14/fs/ext4/
DMakefile9 ext4_jbd2.o migrate.o mballoc.o block_validity.o move_extent.o \
Dioctl.c221 int err, migrate = 0; in ext4_ioctl() local
269 migrate = 1; in ext4_ioctl()
313 if (migrate) { in ext4_ioctl()
/linux-4.4.14/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.4.14/Documentation/devicetree/bindings/net/
Ddavinci-mdio.txt15 Future plan is to migrate hwmod data base contents into device tree
Dcpsw.txt58 Future plan is to migrate hwmod data base contents into device tree
/linux-4.4.14/fs/ocfs2/dlm/
Ddlmmaster.c2964 struct dlm_migrate_request migrate; in dlm_do_migrate_request() local
2968 memset(&migrate, 0, sizeof(migrate)); in dlm_do_migrate_request()
2969 migrate.namelen = res->lockname.len; in dlm_do_migrate_request()
2970 memcpy(migrate.name, res->lockname.name, migrate.namelen); in dlm_do_migrate_request()
2971 migrate.new_master = new_master; in dlm_do_migrate_request()
2972 migrate.master = master; in dlm_do_migrate_request()
2992 &migrate, sizeof(migrate), nodenum, in dlm_do_migrate_request()
2997 migrate.namelen, migrate.name, ret, nodenum); in dlm_do_migrate_request()
3041 struct dlm_migrate_request *migrate = (struct dlm_migrate_request *) msg->buf; in dlm_migrate_request_handler() local
3050 name = migrate->name; in dlm_migrate_request_handler()
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-omap.txt19 Future plan is to migrate hwmod data base contents into device tree
/linux-4.4.14/drivers/firmware/
Dpsci.c319 psci_ops.migrate = psci_migrate; in psci_0_2_set_functions()
419 psci_ops.migrate = psci_migrate; in psci_0_1_init()
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dpsci.txt55 - migrate : Function ID for MIGRATE operation
78 migrate = <0x95c10003>;
/linux-4.4.14/arch/ia64/include/asm/
Dmachvec.h152 # define platform_migrate ia64_mv.migrate
196 ia64_mv_migrate_t *migrate; member
/linux-4.4.14/include/trace/events/
Dmigrate.h2 #define TRACE_SYSTEM migrate
/linux-4.4.14/Documentation/devicetree/bindings/net/can/
Dc_can.txt23 Future plan is to migrate hwmod data base contents into device tree
/linux-4.4.14/mm/
DMakefile59 obj-$(CONFIG_MIGRATION) += migrate.o
/linux-4.4.14/Documentation/filesystems/
Decryptfs.txt32 then copy the files back into the new eCryptfs mount to migrate the
Dproc.txt782 Free pages count per migrate type at order 0 1 2 3 4 5 6 7…
799 migrate types into the same contiguous regions of memory called page blocks.
806 by migrate-type and finishes with details on how many page blocks of each
Dvfs.txt596 /* migrate the contents of a page to the specified target */
/linux-4.4.14/Documentation/cgroups/
Dpids.txt60 Even if we migrate to a child cgroup (which doesn't have a set limit), we will
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.4.14/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_migration100 mapcount is not zero then we do not migrate the page. All user space
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.txt295 page and pinning it during the copy but it pretends to migrate the
/linux-4.4.14/Documentation/block/
Dqueue-sysfs.txt127 If this option is '1', the block layer will migrate request completions to the
/linux-4.4.14/kernel/
Dcpuset.c1107 bool migrate; in update_tasks_nodemask() local
1115 migrate = is_memory_migrate(cs); in update_tasks_nodemask()
1118 if (migrate) in update_tasks_nodemask()
/linux-4.4.14/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.txt2628 other CPUs are concerned since the cache coherency mechanisms will migrate the
/linux-4.4.14/Documentation/dvb/
DREADME.dvb-usb35 Objective is to migrate all the usb-devices (dibusb, cinergyT2, maybe the
/linux-4.4.14/fs/btrfs/
Ddelayed-inode.c641 goto migrate; in btrfs_delayed_inode_reserve_metadata()
671 migrate: in btrfs_delayed_inode_reserve_metadata()
/linux-4.4.14/kernel/sched/
Dfair.c2155 unsigned long migrate, next_scan, now = jiffies; in task_numa_work() local
2185 migrate = mm->numa_next_scan; in task_numa_work()
2186 if (time_before(now, migrate)) in task_numa_work()
2195 if (cmpxchg(&mm->numa_next_scan, migrate, next_scan) != migrate) in task_numa_work()
/linux-4.4.14/Documentation/locking/
Dww-mutex-design.txt20 more complex when you consider that the kernel may need to migrate the
/linux-4.4.14/Documentation/device-mapper/
Dcache.txt19 The decision as to what data to migrate and when is left to a plug-in
/linux-4.4.14/include/net/
Dxfrm.h600 int (*migrate)(const struct xfrm_selector *sel, member
/linux-4.4.14/drivers/ide/
DKconfig19 changes applied. Users of ATA hardware are encouraged to migrate to
/linux-4.4.14/Documentation/networking/
Dfilter.txt600 instruction set, however, future work will migrate other JIT compilers as well,
/linux-4.4.14/net/key/
Daf_key.c3801 .migrate = pfkey_send_migrate,
/linux-4.4.14/arch/x86/
DKconfig1981 offline if any interrupt can not migrate out of CPU0. There may