Home
last modified time | relevance | path

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

/device/soc/rockchip/rk3588/kernel/include/trace/hooks/
H A Dsched.h70 TP_PROTO(struct sched_group *busiest, struct rq *dst_rq, int *out_balance),
71 TP_ARGS(busiest, dst_rq, out_balance), 1);
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c1801 struct rq *dst_rq = cpu_rq(env->dst_cpu); in task_numa_compare() local
1810 if (READ_ONCE(dst_rq->numa_migrate_on)) { in task_numa_compare()
1815 cur = rcu_dereference(dst_rq->curr); in task_numa_compare()
7863 struct rq *dst_rq; member
7908 if (sched_feat(CACHE_HOT_BUDDY) && env->dst_rq->nr_running && in task_hot()
8092 double_lock_balance(env->src_rq, env->dst_rq); in detach_task()
8099 double_unlock_balance(env->src_rq, env->dst_rq); in detach_task()
8329 rq_lock(env->dst_rq, &rf); in attach_tasks()
8330 update_rq_clock(env->dst_rq); in attach_tasks()
8336 attach_task(env->dst_rq, in attach_tasks()
[all...]
H A Dcore.c2220 struct rq *src_rq, *dst_rq; in __migrate_swap_task() local
2224 dst_rq = cpu_rq(cpu); in __migrate_swap_task()
2227 rq_pin_lock(dst_rq, &drf); in __migrate_swap_task()
2231 activate_task(dst_rq, p, 0); in __migrate_swap_task()
2232 check_preempt_curr(dst_rq, p, 0); in __migrate_swap_task()
2234 rq_unpin_lock(dst_rq, &drf); in __migrate_swap_task()
2254 struct rq *src_rq, *dst_rq; in migrate_swap_stop() local
2262 dst_rq = cpu_rq(arg->dst_cpu); in migrate_swap_stop()
2265 double_rq_lock(src_rq, dst_rq); in migrate_swap_stop()
2289 double_rq_unlock(src_rq, dst_rq); in migrate_swap_stop()
[all...]

Completed in 20 milliseconds