Searched refs:dst_rq (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.15/kernel/sched/ |
| D | fair.c | 1731 struct rq *dst_rq = cpu_rq(env->dst_cpu); in task_numa_compare() local 1740 if (READ_ONCE(dst_rq->numa_migrate_on)) in task_numa_compare() 1744 cur = rcu_dereference(dst_rq->curr); in task_numa_compare() 7657 struct rq *dst_rq; member 7699 if (sched_feat(CACHE_HOT_BUDDY) && env->dst_rq->nr_running && in task_hot() 8092 rq_lock(env->dst_rq, &rf); in attach_tasks() 8093 update_rq_clock(env->dst_rq); in attach_tasks() 8099 attach_task(env->dst_rq, p); in attach_tasks() 8102 rq_unlock(env->dst_rq, &rf); in attach_tasks() 9210 struct root_domain *rd = env->dst_rq->rd; in update_sd_lb_stats() [all …]
|
| D | core.c | 3048 struct rq *src_rq, *dst_rq; in __migrate_swap_task() local 3052 dst_rq = cpu_rq(cpu); in __migrate_swap_task() 3055 rq_pin_lock(dst_rq, &drf); in __migrate_swap_task() 3059 activate_task(dst_rq, p, 0); in __migrate_swap_task() 3060 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task() 3062 rq_unpin_lock(dst_rq, &drf); in __migrate_swap_task() 3083 struct rq *src_rq, *dst_rq; in migrate_swap_stop() local 3090 dst_rq = cpu_rq(arg->dst_cpu); in migrate_swap_stop() 3094 double_rq_lock(src_rq, dst_rq); in migrate_swap_stop() 3114 double_rq_unlock(src_rq, dst_rq); in migrate_swap_stop()
|