Searched refs:dst_rq (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/kernel/sched/ |
H A D | fair.c | 2206 struct rq *dst_rq = cpu_rq(env->dst_cpu); in task_numa_compare() local 2215 if (READ_ONCE(dst_rq->numa_migrate_on)) in task_numa_compare() 2219 cur = rcu_dereference(dst_rq->curr); in task_numa_compare() 8793 struct rq *dst_rq; member 8835 if (sched_feat(CACHE_HOT_BUDDY) && env->dst_rq->nr_running && in task_hot() 9234 rq_lock(env->dst_rq, &rf); in attach_tasks() 9235 update_rq_clock(env->dst_rq); in attach_tasks() 9241 attach_task(env->dst_rq, p); in attach_tasks() 9244 rq_unlock(env->dst_rq, &rf); in attach_tasks() 10636 WRITE_ONCE(env->dst_rq->rd->overload, sg_status & SG_OVERLOAD); in update_sd_lb_stats() [all …]
|
H A D | core.c | 3403 struct rq *src_rq, *dst_rq; in __migrate_swap_task() 3407 dst_rq = cpu_rq(cpu); in __migrate_swap_task() 3410 rq_pin_lock(dst_rq, &drf); in __migrate_swap_task() 3414 activate_task(dst_rq, p, 0); in __migrate_swap_task() 3415 wakeup_preempt(dst_rq, p, 0); in __migrate_swap_task() 3417 rq_unpin_lock(dst_rq, &drf); in __migrate_swap_task() 3438 struct rq *src_rq, *dst_rq; in migrate_swap_stop() 3444 dst_rq = cpu_rq(arg->dst_cpu); in migrate_swap_stop() 3447 guard(double_rq_lock)(src_rq, dst_rq); in migrate_swap_stop() 11829 * Migration to dst cpu. Called with dst_rq loc in sched_mm_cid_migrate_to() 3402 struct rq *src_rq, *dst_rq; __migrate_swap_task() local 3437 struct rq *src_rq, *dst_rq; migrate_swap_stop() local 11824 sched_mm_cid_migrate_to(struct rq * dst_rq,struct task_struct * t) sched_mm_cid_migrate_to() argument [all...] |
H A D | sched.h | 3300 extern void sched_mm_cid_migrate_to(struct rq *dst_rq, struct task_struct *t); 3527 static inline void sched_mm_cid_migrate_to(struct rq *dst_rq, struct task_struct *t) { } in sched_mm_cid_migrate_to() argument
|