Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Dfair.c2174 struct rq *dst_rq = cpu_rq(env->dst_cpu); in task_numa_compare() local
2183 if (READ_ONCE(dst_rq->numa_migrate_on)) in task_numa_compare()
2187 cur = rcu_dereference(dst_rq->curr); in task_numa_compare()
8654 struct rq *dst_rq; member
8696 if (sched_feat(CACHE_HOT_BUDDY) && env->dst_rq->nr_running && in task_hot()
9090 rq_lock(env->dst_rq, &rf); in attach_tasks()
9091 update_rq_clock(env->dst_rq); in attach_tasks()
9097 attach_task(env->dst_rq, p); in attach_tasks()
9100 rq_unlock(env->dst_rq, &rf); in attach_tasks()
10491 struct root_domain *rd = env->dst_rq->rd; in update_sd_lb_stats()
[all …]
Dcore.c3404 struct rq *src_rq, *dst_rq; in __migrate_swap_task() local
3408 dst_rq = cpu_rq(cpu); in __migrate_swap_task()
3411 rq_pin_lock(dst_rq, &drf); in __migrate_swap_task()
3415 activate_task(dst_rq, p, 0); in __migrate_swap_task()
3416 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task()
3418 rq_unpin_lock(dst_rq, &drf); in __migrate_swap_task()
3439 struct rq *src_rq, *dst_rq; in migrate_swap_stop() local
3445 dst_rq = cpu_rq(arg->dst_cpu); in migrate_swap_stop()
3448 guard(double_rq_lock)(src_rq, dst_rq); in migrate_swap_stop()
11800 void sched_mm_cid_migrate_to(struct rq *dst_rq, struct task_struct *t) in sched_mm_cid_migrate_to() argument
[all …]
Dsched.h3302 extern void sched_mm_cid_migrate_to(struct rq *dst_rq, struct task_struct *t);
3523 static inline void sched_mm_cid_migrate_to(struct rq *dst_rq, struct task_struct *t) { } in sched_mm_cid_migrate_to() argument