Searched refs:dst_rq (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/kernel/sched/ |
D | fair.c | 1908 struct rq *dst_rq = cpu_rq(env->dst_cpu); in task_numa_compare() local 1917 if (READ_ONCE(dst_rq->numa_migrate_on)) in task_numa_compare() 1921 cur = rcu_dereference(dst_rq->curr); in task_numa_compare() 8079 struct rq *dst_rq; member 8121 if (sched_feat(CACHE_HOT_BUDDY) && env->dst_rq->nr_running && in task_hot() 8516 rq_lock(env->dst_rq, &rf); in attach_tasks() 8517 update_rq_clock(env->dst_rq); in attach_tasks() 8523 attach_task(env->dst_rq, p); in attach_tasks() 8526 rq_unlock(env->dst_rq, &rf); in attach_tasks() 9838 struct root_domain *rd = env->dst_rq->rd; in update_sd_lb_stats() [all …]
|
D | core.c | 3164 struct rq *src_rq, *dst_rq; in __migrate_swap_task() local 3168 dst_rq = cpu_rq(cpu); in __migrate_swap_task() 3171 rq_pin_lock(dst_rq, &drf); in __migrate_swap_task() 3175 activate_task(dst_rq, p, 0); in __migrate_swap_task() 3176 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task() 3178 rq_unpin_lock(dst_rq, &drf); in __migrate_swap_task() 3199 struct rq *src_rq, *dst_rq; in migrate_swap_stop() local 3206 dst_rq = cpu_rq(arg->dst_cpu); in migrate_swap_stop() 3210 double_rq_lock(src_rq, dst_rq); in migrate_swap_stop() 3230 double_rq_unlock(src_rq, dst_rq); in migrate_swap_stop()
|