Home
last modified time | relevance | path

Searched refs:dst_rq (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/
Dfair.c1772 struct rq *dst_rq = cpu_rq(env->dst_cpu); in task_numa_compare() local
1781 if (READ_ONCE(dst_rq->numa_migrate_on)) in task_numa_compare()
1785 cur = rcu_dereference(dst_rq->curr); in task_numa_compare()
7786 struct rq *dst_rq; member
7828 if (sched_feat(CACHE_HOT_BUDDY) && env->dst_rq->nr_running && in task_hot()
8004 double_lock_balance(env->src_rq, env->dst_rq); in detach_task()
8010 double_unlock_balance(env->src_rq, env->dst_rq); in detach_task()
8230 rq_lock(env->dst_rq, &rf); in attach_tasks()
8231 update_rq_clock(env->dst_rq); in attach_tasks()
8237 attach_task(env->dst_rq, p); in attach_tasks()
[all …]
Dcore.c2105 struct rq *src_rq, *dst_rq; in __migrate_swap_task() local
2109 dst_rq = cpu_rq(cpu); in __migrate_swap_task()
2112 rq_pin_lock(dst_rq, &drf); in __migrate_swap_task()
2116 activate_task(dst_rq, p, 0); in __migrate_swap_task()
2117 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task()
2119 rq_unpin_lock(dst_rq, &drf); in __migrate_swap_task()
2140 struct rq *src_rq, *dst_rq; in migrate_swap_stop() local
2147 dst_rq = cpu_rq(arg->dst_cpu); in migrate_swap_stop()
2151 double_rq_lock(src_rq, dst_rq); in migrate_swap_stop()
2171 double_rq_unlock(src_rq, dst_rq); in migrate_swap_stop()