Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Dfair.c1258 struct rq *dst_rq = cpu_rq(env->dst_cpu); in task_numa_compare() local
1268 raw_spin_lock_irq(&dst_rq->lock); in task_numa_compare()
1269 cur = dst_rq->curr; in task_numa_compare()
1279 raw_spin_unlock_irq(&dst_rq->lock); in task_numa_compare()
1342 dst_rq->nr_running == 1) in task_numa_compare()
5529 struct rq *dst_rq; member
5566 if (sched_feat(CACHE_HOT_BUDDY) && env->dst_rq->nr_running && in task_hot()
5883 raw_spin_lock(&env->dst_rq->lock); in attach_tasks()
5889 attach_task(env->dst_rq, p); in attach_tasks()
5892 raw_spin_unlock(&env->dst_rq->lock); in attach_tasks()
[all …]
Dcore.c1308 struct rq *src_rq, *dst_rq; in __migrate_swap_task() local
1311 dst_rq = cpu_rq(cpu); in __migrate_swap_task()
1315 activate_task(dst_rq, p, 0); in __migrate_swap_task()
1316 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task()
1335 struct rq *src_rq, *dst_rq; in migrate_swap_stop() local
1342 dst_rq = cpu_rq(arg->dst_cpu); in migrate_swap_stop()
1346 double_rq_lock(src_rq, dst_rq); in migrate_swap_stop()
1366 double_rq_unlock(src_rq, dst_rq); in migrate_swap_stop()