Searched refs:src_rq (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/sched/
H A Ddeadline.c2473 struct rq *src_rq; local
2489 src_rq = cpu_rq(cpu);
2497 src_rq->dl.earliest_dl.next))
2502 double_lock_balance(this_rq, src_rq);
2508 if (src_rq->dl.dl_nr_running <= 1)
2511 p = pick_earliest_pushable_dl_task(src_rq, this_cpu);
2520 WARN_ON(p == src_rq->curr);
2528 src_rq->curr->dl.deadline))
2532 push_task = get_push_task(src_rq);
2534 deactivate_task(src_rq,
[all...]
H A Drt.c2305 struct rq *src_rq; local
2333 src_rq = cpu_rq(cpu);
2336 * Don't bother taking the src_rq->lock if the next highest
2339 * logically higher, the src_rq will push this task away.
2342 if (src_rq->rt.highest_prio.next >=
2352 double_lock_balance(this_rq, src_rq);
2358 p = pick_highest_pushable_task(src_rq, this_cpu);
2365 WARN_ON(p == src_rq->curr);
2376 if (p->prio < src_rq->curr->prio)
2380 push_task = get_push_task(src_rq);
[all...]
H A Dcore.c3408 struct rq *src_rq, *dst_rq; local
3411 src_rq = task_rq(p);
3414 rq_pin_lock(src_rq, &srf);
3417 deactivate_task(src_rq, p, 0);
3423 rq_unpin_lock(src_rq, &srf);
3443 struct rq *src_rq, *dst_rq; local
3448 src_rq = cpu_rq(arg->src_cpu);
3452 guard(double_rq_lock)(src_rq, dst_rq);
11636 * - READ_ONCE(*pcpu_cid) - rcu_dereference(src_rq->curr)
11668 int __sched_mm_cid_migrate_from_fetch_cid(struct rq *src_rq, argument
11707 __sched_mm_cid_migrate_from_try_steal_cid(struct rq *src_rq, struct task_struct *t, struct mm_cid *src_pcpu_cid, int src_cid) argument
11775 struct rq *src_rq; local
[all...]
H A Dfair.c8791 struct rq *src_rq; member in struct:lb_env
8822 lockdep_assert_rq_held(env->src_rq);
8854 delta = rq_clock_task(env->src_rq) - p->se.exec_start;
8885 if (env->src_rq->nr_running > env->src_rq->nr_preferred_running)
8927 lockdep_assert_rq_held(env->src_rq);
8979 if (task_on_cpu(env->src_rq, p)) {
9016 lockdep_assert_rq_held(env->src_rq);
9018 deactivate_task(env->src_rq, p, DEQUEUE_NOCLOCK);
9023 * detach_one_task() -- tries to dequeue exactly one task from env->src_rq, a
[all...]

Completed in 206 milliseconds