Home
last modified time | relevance | path

Searched refs:task_on_rq_queued (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/
Ddeadline.c224 if (task_on_rq_queued(p)) in dl_change_utilization()
1088 if (!task_on_rq_queued(p)) { in dl_task_timer()
2062 BUG_ON(!task_on_rq_queued(p)); in pick_next_pushable_dl_task()
2278 WARN_ON(!task_on_rq_queued(p)); in pull_dl_task()
2426 if (task_on_rq_queued(p) && p->dl.dl_runtime) in switched_from_dl()
2429 if (!task_on_rq_queued(p)) { in switched_from_dl()
2454 if (!task_on_rq_queued(p) || rq->dl.dl_nr_running) in switched_from_dl()
2470 if (!task_on_rq_queued(p)) { in switched_to_dl()
2497 if (task_on_rq_queued(p) || rq->curr == p) { in prio_changed_dl()
Dcore.c1755 if (task_on_rq_queued(rq->curr) && test_tsk_need_resched(rq->curr)) in check_preempt_curr()
1882 if (task_on_rq_queued(p)) in migration_cpu_stop()
1911 queued = task_on_rq_queued(p); in do_set_cpus_allowed()
2029 } else if (task_on_rq_queued(p)) { in __set_cpus_allowed_ptr()
2104 if (task_on_rq_queued(p)) { in __migrate_swap_task()
2275 queued = task_on_rq_queued(p); in wait_task_inactive()
2681 if (task_on_rq_queued(p)) { in ttwu_runnable()
4152 if (!p->on_cpu || !task_on_rq_queued(p)) in task_sched_runtime()
4162 if (task_current(rq, p) && task_on_rq_queued(p)) { in task_sched_runtime()
4736 psi_sched_switch(prev, next, !task_on_rq_queued(prev)); in __schedule()
[all …]
Drt.c2005 BUG_ON(!task_on_rq_queued(p)); in pick_next_pushable_task()
2391 WARN_ON(!task_on_rq_queued(p)); in pull_rt_task()
2476 if (!task_on_rq_queued(p) || rq->rt.rt_nr_running || in switched_from_rt()
2515 if (task_on_rq_queued(p)) { in switched_to_rt()
2532 if (!task_on_rq_queued(p)) in prio_changed_rt()
2647 if (!task_on_rq_queued(next_task) || in rt_active_load_balance_cpu_stop()
Dsched.h1842 static inline int task_on_rq_queued(struct task_struct *p) in task_on_rq_queued() function
2016 return rq->stop && task_on_rq_queued(rq->stop); in sched_stop_runnable()
Dpsi.c987 if (task_on_rq_queued(task)) { in cgroup_move_task()
Dfair.c6763 if (unlikely(task_on_rq_queued(p) || current == p)) in cpu_util_without()
9063 if (task_on_rq_queued(p)) in task_running_on_cpu()
10374 if (task_on_rq_queued(push_task) && in active_load_balance_cpu_stop()
11402 if (!task_on_rq_queued(p)) in prio_changed_fair()
11546 if (task_on_rq_queued(p)) { in switched_to_fair()
11569 if (task_on_rq_queued(p)) { in set_next_task_fair()
Dwalt.c678 if (task_on_rq_queued(p) in update_history()