Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Ddeadline.c162 if (task_on_rq_queued(p)) in dl_change_utilization()
1027 if (!task_on_rq_queued(p)) { in dl_task_timer()
1993 !task_on_rq_queued(task))) { in find_lock_later_rq()
2032 BUG_ON(!task_on_rq_queued(p)); in pick_next_pushable_dl_task()
2185 WARN_ON(!task_on_rq_queued(p)); in pull_dl_task()
2333 if (task_on_rq_queued(p) && p->dl.dl_runtime) in switched_from_dl()
2336 if (!task_on_rq_queued(p)) { in switched_from_dl()
2361 if (!task_on_rq_queued(p) || rq->dl.dl_nr_running) in switched_from_dl()
2377 if (!task_on_rq_queued(p)) { in switched_to_dl()
2402 if (task_on_rq_queued(p) || rq->curr == p) { in prio_changed_dl()
Dcore.c1437 if (task_on_rq_queued(rq->curr) && test_tsk_need_resched(rq->curr)) in check_preempt_curr()
1568 if (task_on_rq_queued(p)) in migration_cpu_stop()
1597 queued = task_on_rq_queued(p); in do_set_cpus_allowed()
1687 } else if (task_on_rq_queued(p)) { in __set_cpus_allowed_ptr()
1761 if (task_on_rq_queued(p)) { in __migrate_swap_task()
1932 queued = task_on_rq_queued(p); in wait_task_inactive()
2281 if (task_on_rq_queued(p)) { in ttwu_remote()
3564 if (!p->on_cpu || !task_on_rq_queued(p)) in task_sched_runtime()
3574 if (task_current(rq, p) && task_on_rq_queued(p)) { in task_sched_runtime()
4433 queued = task_on_rq_queued(p); in rt_mutex_setprio()
[all …]
Drt.c1744 !task_on_rq_queued(task))) { in find_lock_lowest_rq()
1778 BUG_ON(!task_on_rq_queued(p)); in pick_next_pushable_task()
2111 WARN_ON(!task_on_rq_queued(p)); in pull_rt_task()
2194 if (!task_on_rq_queued(p) || rq->rt.rt_nr_running) in switched_from_rt()
2225 if (task_on_rq_queued(p) && rq->curr != p) { in switched_to_rt()
2242 if (!task_on_rq_queued(p)) in prio_changed_rt()
Dsched.h1631 static inline int task_on_rq_queued(struct task_struct *p) in task_on_rq_queued() function
1806 return rq->stop && task_on_rq_queued(rq->stop); in sched_stop_runnable()
Dpsi.c918 if (task_on_rq_queued(task)) in cgroup_move_task()
Dfair.c6164 if (unlikely(task_on_rq_queued(p) || current == p)) in cpu_util_without()
10001 if (!task_on_rq_queued(p)) in prio_changed_fair()
10136 if (task_on_rq_queued(p)) { in switched_to_fair()
10159 if (task_on_rq_queued(p)) { in set_next_task_fair()