Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/sched/
Ddeadline.c315 if (task_on_rq_queued(p)) in dl_change_utilization()
1157 if (!task_on_rq_queued(p)) { in dl_task_timer()
2249 !task_on_rq_queued(task))) { in find_lock_later_rq()
2285 WARN_ON_ONCE(!task_on_rq_queued(p)); in pick_next_pushable_dl_task()
2434 WARN_ON(!task_on_rq_queued(p)); in pull_dl_task()
2596 if (task_on_rq_queued(p) && p->dl.dl_runtime) in switched_from_dl()
2599 if (!task_on_rq_queued(p)) { in switched_from_dl()
2624 if (!task_on_rq_queued(p) || rq->dl.dl_nr_running) in switched_from_dl()
2640 if (!task_on_rq_queued(p)) { in switched_to_dl()
2667 if (task_on_rq_queued(p) || task_current(rq, p)) { in prio_changed_dl()
Dcore_sched.c79 if (cookie && task_on_rq_queued(p)) in sched_core_update_cookie()
Dcore.c2027 return task_on_rq_queued(p); in sched_task_on_rq()
2185 if (task_on_rq_queued(rq->curr) && test_tsk_need_resched(rq->curr)) in check_preempt_curr()
2424 if (task_on_rq_queued(p)) in migration_cpu_stop()
2560 queued = task_on_rq_queued(p); in __do_set_cpus_allowed()
2829 if (task_on_rq_queued(p)) in affine_move_task()
3163 if (task_on_rq_queued(p)) { in __migrate_swap_task()
3334 queued = task_on_rq_queued(p); in wait_task_inactive()
3729 if (task_on_rq_queued(p)) { in ttwu_runnable()
5418 if (!p->on_cpu || !task_on_rq_queued(p)) in task_sched_runtime()
5428 if (task_current(rq, p) && task_on_rq_queued(p)) { in task_sched_runtime()
[all …]
Drt.c2005 !task_on_rq_queued(task))) { in find_lock_lowest_rq()
2039 BUG_ON(!task_on_rq_queued(p)); in pick_next_pushable_task()
2412 WARN_ON(!task_on_rq_queued(p)); in pull_rt_task()
2507 if (!task_on_rq_queued(p) || rq->rt.rt_nr_running) in switched_from_rt()
2545 if (task_on_rq_queued(p)) { in switched_to_rt()
2562 if (!task_on_rq_queued(p)) in prio_changed_rt()
Dsched.h2069 static inline int task_on_rq_queued(struct task_struct *p) in task_on_rq_queued() function
2256 return rq->stop && task_on_rq_queued(rq->stop); in sched_stop_runnable()
Dfair.c6986 else if (unlikely(task_on_rq_queued(p) || current == p)) in cpu_util_next()
9391 if (task_on_rq_queued(p)) in task_running_on_cpu()
11800 if (!task_on_rq_queued(p)) in prio_changed_fair()
11950 if (task_on_rq_queued(p)) { in switched_to_fair()
11973 if (task_on_rq_queued(p)) { in set_next_task_fair()