Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Ddeadline.c642 if (!task_on_rq_queued(p)) { in dl_task_timer()
1178 if (rq->stop && task_on_rq_queued(rq->stop)) in pick_next_task_dl()
1446 !task_on_rq_queued(task))) { in find_lock_later_rq()
1485 BUG_ON(!task_on_rq_queued(p)); in pick_next_pushable_dl_task()
1634 WARN_ON(!task_on_rq_queued(p)); in pull_dl_task()
1758 if (!task_on_rq_queued(p) || rq->dl.dl_nr_running) in switched_from_dl()
1770 if (task_on_rq_queued(p) && rq->curr != p) { in switched_to_dl()
1790 if (task_on_rq_queued(p) || rq->curr == p) { in prio_changed_dl()
Dstop_task.c31 if (!stop || !task_on_rq_queued(stop)) in pick_next_task_stop()
Drt.c1485 if (unlikely((rq->stop && task_on_rq_queued(rq->stop)) || in pick_next_task_rt()
1670 !task_on_rq_queued(task))) { in find_lock_lowest_rq()
1704 BUG_ON(!task_on_rq_queued(p)); in pick_next_pushable_task()
2021 WARN_ON(!task_on_rq_queued(p)); in pull_rt_task()
2104 if (!task_on_rq_queued(p) || rq->rt.rt_nr_running) in switched_from_rt()
2135 if (task_on_rq_queued(p) && rq->curr != p) { in switched_to_rt()
2153 if (!task_on_rq_queued(p)) in prio_changed_rt()
Dcore.c1046 if (task_on_rq_queued(rq->curr) && test_tsk_need_resched(rq->curr)) in check_preempt_curr()
1148 if (task_rq(p) == rq && task_on_rq_queued(p)) in migration_cpu_stop()
1174 queued = task_on_rq_queued(p); in do_set_cpus_allowed()
1246 } else if (task_on_rq_queued(p)) { in __set_cpus_allowed_ptr()
1307 if (task_on_rq_queued(p)) { in __migrate_swap_task()
1468 queued = task_on_rq_queued(p); in wait_task_inactive()
1774 if (task_on_rq_queued(p)) { in ttwu_remote()
2044 if (!task_on_rq_queued(p)) in try_to_wake_up_local()
2837 if (!p->on_cpu || !task_on_rq_queued(p)) in task_sched_runtime()
2847 if (task_current(rq, p) && task_on_rq_queued(p)) { in task_sched_runtime()
[all …]
Dsched.h1039 static inline int task_on_rq_queued(struct task_struct *p) in task_on_rq_queued() function
Dfair.c7946 if (!task_on_rq_queued(p)) in prio_changed_fair()
8035 if (task_on_rq_queued(p)) { in switched_to_fair()