Home
last modified time | relevance | path

Searched refs:migrate (Results 1 - 3 of 3) sorted by relevance

/device/soc/rockchip/common/sdk_linux/kernel/cgroup/
H A Dcpuset.c1734 * is idempotent. Also migrate pages in each mm to new nodes. in update_tasks_nodemask()
1739 bool migrate; in update_tasks_nodemask() local
1748 migrate = is_memory_migrate(cs); in update_tasks_nodemask()
1751 if (migrate) { in update_tasks_nodemask()
1831 * migrate the tasks pages to the new memory.
2304 * migrate mm from. in cpuset_attach()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c1487 * Allow first faults or private faults to migrate immediately early in in should_numa_migrate_memory()
1518 /* Always allow migrate on private faults */ in should_numa_migrate_memory()
1738 * Clear previous best_cpu/rq numa-migrate flag, since task now in task_numa_assign()
2029 /* Skip this CPU if the source task cannot migrate */ in task_numa_find_cpu()
2181 /* Attempt to migrate a task to a CPU on the preferred node. */
2200 /* Otherwise, try migrate to a CPU on the preferred node */ in numa_migrate_preferred()
2787 * Retry to migrate task to preferred node periodically, in case it in task_numa_fault()
2827 unsigned long migrate, next_scan, now = jiffies; in task_numa_work() local
2858 migrate = mm->numa_next_scan; in task_numa_work()
2859 if (time_before(now, migrate)) { in task_numa_work()
[all...]
H A Dsched.h55 #include <linux/migrate.h>
749 * should migrate somewhere else.

Completed in 17 milliseconds