Searched refs:dest_cpu (Results 1 – 3 of 3) sorted by relevance
/kernel/sched/ |
D | core.c | 1623 int dest_cpu; member 1636 struct task_struct *p, int dest_cpu) in __migrate_task() argument 1639 if (!is_cpu_allowed(p, dest_cpu)) in __migrate_task() 1643 rq = move_queued_task(rq, rf, p, dest_cpu); in __migrate_task() 1681 rq = __migrate_task(rq, &rf, p, arg->dest_cpu); in migration_cpu_stop() 1683 p->wake_cpu = arg->dest_cpu; in migration_cpu_stop() 1744 unsigned int dest_cpu; in __set_cpus_allowed_ptr() local 1771 dest_cpu = cpumask_any_and(cpu_valid_mask, new_mask); in __set_cpus_allowed_ptr() 1772 if (dest_cpu >= nr_cpu_ids) { in __set_cpus_allowed_ptr() 1794 struct migration_arg arg = { p, dest_cpu }; in __set_cpus_allowed_ptr() [all …]
|
D | deadline.c | 2747 unsigned int dest_cpu; in dl_task_can_attach() local 2753 dest_cpu = cpumask_any_and(cpu_active_mask, cs_cpus_allowed); in dl_task_can_attach() 2756 dl_b = dl_bw_of(dest_cpu); in dl_task_can_attach() 2758 cpus = dl_bw_cpus(dest_cpu); in dl_task_can_attach()
|
D | fair.c | 4545 int src_cpu, int dest_cpu) in throttled_lb_pair() argument 4550 dest_cfs_rq = tg->cfs_rq[dest_cpu]; in throttled_lb_pair() 5223 int src_cpu, int dest_cpu) in throttled_lb_pair() argument
|