Searched refs:dst_rq (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/kernel/sched/ |
| D | fair.c | 1735 struct rq *dst_rq = cpu_rq(env->dst_cpu); in task_numa_compare() local 1744 if (READ_ONCE(dst_rq->numa_migrate_on)) in task_numa_compare() 1748 cur = rcu_dereference(dst_rq->curr); in task_numa_compare() 7396 struct rq *dst_rq; member 7438 if (sched_feat(CACHE_HOT_BUDDY) && env->dst_rq->nr_running && in task_hot() 7804 rq_lock(env->dst_rq, &rf); in attach_tasks() 7805 update_rq_clock(env->dst_rq); in attach_tasks() 7811 attach_task(env->dst_rq, p); in attach_tasks() 7814 rq_unlock(env->dst_rq, &rf); in attach_tasks() 8976 struct root_domain *rd = env->dst_rq->rd; in update_sd_lb_stats() [all …]
|
| D | core.c | 2010 struct rq *src_rq, *dst_rq; in __migrate_swap_task() local 2014 dst_rq = cpu_rq(cpu); in __migrate_swap_task() 2017 rq_pin_lock(dst_rq, &drf); in __migrate_swap_task() 2021 activate_task(dst_rq, p, 0); in __migrate_swap_task() 2022 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task() 2024 rq_unpin_lock(dst_rq, &drf); in __migrate_swap_task() 2045 struct rq *src_rq, *dst_rq; in migrate_swap_stop() local 2052 dst_rq = cpu_rq(arg->dst_cpu); in migrate_swap_stop() 2056 double_rq_lock(src_rq, dst_rq); in migrate_swap_stop() 2076 double_rq_unlock(src_rq, dst_rq); in migrate_swap_stop()
|