Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/sched/
Ddeadline.c239 if (task_on_rq_queued(p)) in dl_change_utilization()
1089 if (!task_on_rq_queued(p)) { in dl_task_timer()
2084 !task_on_rq_queued(task))) { in find_lock_later_rq()
2123 BUG_ON(!task_on_rq_queued(p)); in pick_next_pushable_dl_task()
2280 WARN_ON(!task_on_rq_queued(p)); in pull_dl_task()
2442 if (task_on_rq_queued(p) && p->dl.dl_runtime) in switched_from_dl()
2445 if (!task_on_rq_queued(p)) { in switched_from_dl()
2470 if (!task_on_rq_queued(p) || rq->dl.dl_nr_running) in switched_from_dl()
2486 if (!task_on_rq_queued(p)) { in switched_to_dl()
2513 if (task_on_rq_queued(p) || task_current(rq, p)) { in prio_changed_dl()
Drt.c1829 !task_on_rq_queued(task))) { in find_lock_lowest_rq()
1863 BUG_ON(!task_on_rq_queued(p)); in pick_next_pushable_task()
2224 WARN_ON(!task_on_rq_queued(p)); in pull_rt_task()
2319 if (!task_on_rq_queued(p) || rq->rt.rt_nr_running) in switched_from_rt()
2357 if (task_on_rq_queued(p)) { in switched_to_rt()
2374 if (!task_on_rq_queued(p)) in prio_changed_rt()
Dcore.c1962 return task_on_rq_queued(p); in sched_task_on_rq()
2101 if (task_on_rq_queued(rq->curr) && test_tsk_need_resched(rq->curr)) in check_preempt_curr()
2337 if (task_on_rq_queued(p)) in migration_cpu_stop()
2473 queued = task_on_rq_queued(p); in __do_set_cpus_allowed()
2713 if (task_on_rq_queued(p)) in affine_move_task()
3047 if (task_on_rq_queued(p)) { in __migrate_swap_task()
3218 queued = task_on_rq_queued(p); in wait_task_inactive()
3613 if (task_on_rq_queued(p)) { in ttwu_runnable()
5120 if (!p->on_cpu || !task_on_rq_queued(p)) in task_sched_runtime()
5130 if (task_current(rq, p) && task_on_rq_queued(p)) { in task_sched_runtime()
[all …]
Dsched.h2033 static inline int task_on_rq_queued(struct task_struct *p) in task_on_rq_queued() function
2223 return rq->stop && task_on_rq_queued(rq->stop); in sched_stop_runnable()
Dfair.c6622 if (unlikely(task_on_rq_queued(p) || current == p)) in cpu_util_without()
8847 if (task_on_rq_queued(p)) in task_running_on_cpu()
11126 if (!task_on_rq_queued(p)) in prio_changed_fair()
11270 if (task_on_rq_queued(p)) { in switched_to_fair()
11293 if (task_on_rq_queued(p)) { in set_next_task_fair()