Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dsched.h88 TP_PROTO(struct sched_group *busiest, struct rq *dst_rq, int *out_balance),
89 TP_ARGS(busiest, dst_rq, out_balance), 1);
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dfair.c1755 struct rq *dst_rq = cpu_rq(env->dst_cpu); in task_numa_compare() local
1764 if (READ_ONCE(dst_rq->numa_migrate_on)) in task_numa_compare()
1768 cur = rcu_dereference(dst_rq->curr); in task_numa_compare()
7637 struct rq *dst_rq; member
7680 if (sched_feat(CACHE_HOT_BUDDY) && env->dst_rq->nr_running && in task_hot()
8066 rq_lock(env->dst_rq, &rf); in attach_tasks()
8067 update_rq_clock(env->dst_rq); in attach_tasks()
8073 attach_task(env->dst_rq, p); in attach_tasks()
8076 rq_unlock(env->dst_rq, &rf); in attach_tasks()
9250 struct root_domain *rd = env->dst_rq->rd; in update_sd_lb_stats()
[all …]
H A Dcore.c2217 struct rq *src_rq, *dst_rq; in __migrate_swap_task() local
2221 dst_rq = cpu_rq(cpu); in __migrate_swap_task()
2224 rq_pin_lock(dst_rq, &drf); in __migrate_swap_task()
2228 activate_task(dst_rq, p, 0); in __migrate_swap_task()
2229 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task()
2231 rq_unpin_lock(dst_rq, &drf); in __migrate_swap_task()
2252 struct rq *src_rq, *dst_rq; in migrate_swap_stop() local
2259 dst_rq = cpu_rq(arg->dst_cpu); in migrate_swap_stop()
2263 double_rq_lock(src_rq, dst_rq); in migrate_swap_stop()
2283 double_rq_unlock(src_rq, dst_rq); in migrate_swap_stop()