Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Dfair.c1263 struct rq *dst_rq = cpu_rq(env->dst_cpu); in task_numa_compare() local
1273 raw_spin_lock_irq(&dst_rq->lock); in task_numa_compare()
1274 cur = dst_rq->curr; in task_numa_compare()
1284 raw_spin_unlock_irq(&dst_rq->lock); in task_numa_compare()
1347 dst_rq->nr_running == 1) in task_numa_compare()
5420 struct rq *dst_rq; member
5457 if (sched_feat(CACHE_HOT_BUDDY) && env->dst_rq->nr_running && in task_hot()
5800 raw_spin_lock(&env->dst_rq->lock); in attach_tasks()
5806 attach_task(env->dst_rq, p); in attach_tasks()
5809 raw_spin_unlock(&env->dst_rq->lock); in attach_tasks()
[all …]
Dcore.c1061 struct rq *src_rq, *dst_rq; in __migrate_swap_task() local
1064 dst_rq = cpu_rq(cpu); in __migrate_swap_task()
1068 activate_task(dst_rq, p, 0); in __migrate_swap_task()
1069 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task()
1088 struct rq *src_rq, *dst_rq; in migrate_swap_stop() local
1092 dst_rq = cpu_rq(arg->dst_cpu); in migrate_swap_stop()
1096 double_rq_lock(src_rq, dst_rq); in migrate_swap_stop()
1115 double_rq_unlock(src_rq, dst_rq); in migrate_swap_stop()