Searched refs:dst_rq (Results 1 – 2 of 2) sorted by relevance
/kernel/sched/ |
D | fair.c | 1593 struct rq *dst_rq = cpu_rq(env->dst_cpu); in task_numa_compare() local 1601 if (READ_ONCE(dst_rq->numa_migrate_on)) in task_numa_compare() 1605 cur = rcu_dereference(dst_rq->curr); in task_numa_compare() 7169 struct rq *dst_rq; member 7208 if (sched_feat(CACHE_HOT_BUDDY) && env->dst_rq->nr_running && in task_hot() 7533 rq_lock(env->dst_rq, &rf); in attach_tasks() 7534 update_rq_clock(env->dst_rq); in attach_tasks() 7540 attach_task(env->dst_rq, p); in attach_tasks() 7543 rq_unlock(env->dst_rq, &rf); in attach_tasks() 8384 struct root_domain *rd = env->dst_rq->rd; in update_sd_lb_stats() [all …]
|
D | core.c | 1763 struct rq *src_rq, *dst_rq; in __migrate_swap_task() local 1767 dst_rq = cpu_rq(cpu); in __migrate_swap_task() 1770 rq_pin_lock(dst_rq, &drf); in __migrate_swap_task() 1774 activate_task(dst_rq, p, 0); in __migrate_swap_task() 1775 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task() 1777 rq_unpin_lock(dst_rq, &drf); in __migrate_swap_task() 1798 struct rq *src_rq, *dst_rq; in migrate_swap_stop() local 1805 dst_rq = cpu_rq(arg->dst_cpu); in migrate_swap_stop() 1809 double_rq_lock(src_rq, dst_rq); in migrate_swap_stop() 1829 double_rq_unlock(src_rq, dst_rq); in migrate_swap_stop()
|