Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c340 if (task_on_rq_queued(p)) in dl_change_utilization()
1264 if (!task_on_rq_queued(p)) { in dl_task_timer()
3047 WARN_ON_ONCE(!task_on_rq_queued(p)); in pick_next_pushable_dl_task()
3107 !task_on_rq_queued(task))) || in find_lock_later_rq()
3271 WARN_ON(!task_on_rq_queued(p)); in pull_dl_task()
3520 if (task_on_rq_queued(p) && p->dl.dl_runtime) in switched_from_dl()
3529 if (!task_on_rq_queued(p)) { in switched_from_dl()
3554 if (!task_on_rq_queued(p) || rq->dl.dl_nr_running) in switched_from_dl()
3575 if (!task_on_rq_queued(p)) { in switched_to_dl()
3610 if (!task_on_rq_queued(p)) in prio_changed_dl()
H A Dcore.c1430 if (!task_on_rq_queued(p)) in __need_bw_check()
2160 return task_on_rq_queued(p); in sched_task_on_rq()
2310 if (task_on_rq_queued(donor) && test_tsk_need_resched(rq->curr)) in wakeup_preempt()
2400 queued = task_on_rq_queued(p); in wait_task_inactive()
2674 if (task_on_rq_queued(p)) { in migration_cpu_stop()
3088 if (task_on_rq_queued(p)) in affine_move_task()
3407 if (task_on_rq_queued(p)) { in __migrate_swap_task()
3886 if (!task_on_rq_queued(p)) in ttwu_runnable()
5705 if (!p->on_cpu || !task_on_rq_queued(p)) in task_sched_runtime()
5715 if (task_current_donor(rq, p) && task_on_rq_queued(p)) { in task_sched_runtime()
[all …]
H A Drt.c1890 BUG_ON(!task_on_rq_queued(p)); in pick_next_pushable_task()
2327 WARN_ON(!task_on_rq_queued(p)); in pull_rt_task()
2422 if (!task_on_rq_queued(p) || rq->rt.rt_nr_running) in switched_from_rt()
2459 if (task_on_rq_queued(p)) { in switched_to_rt()
2474 if (!task_on_rq_queued(p)) in prio_changed_rt()
H A Dsched.h2516 static inline int task_on_rq_queued(struct task_struct *p) in task_on_rq_queued() function
2880 return rq->stop && task_on_rq_queued(rq->stop); in sched_stop_runnable()
H A Dfair.c9180 else if (p && unlikely(task_on_rq_queued(p) || current == p)) in cpu_util()
12291 if (task_on_rq_queued(p)) in task_running_on_cpu()
15113 if (!task_on_rq_queued(p)) in prio_changed_fair()
15235 if (task_on_rq_queued(p)) { in switched_to_fair()
15287 if (task_on_rq_queued(p)) { in set_next_task_fair()