Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Ddeadline.c610 if (!task_on_rq_queued(p)) { in dl_task_timer()
1109 if (rq->stop && task_on_rq_queued(rq->stop)) in pick_next_task_dl()
1342 !task_on_rq_queued(task))) { in find_lock_later_rq()
1381 BUG_ON(!task_on_rq_queued(p)); in pick_next_pushable_dl_task()
1529 WARN_ON(!task_on_rq_queued(p)); in pull_dl_task()
1710 if (!task_on_rq_queued(p) || rq->dl.dl_nr_running) in switched_from_dl()
1725 if (task_on_rq_queued(p) && rq->curr != p) { in switched_to_dl()
1748 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.c1474 if (unlikely((rq->stop && task_on_rq_queued(rq->stop)) || in pick_next_task_rt()
1659 !task_on_rq_queued(task))) { in find_lock_lowest_rq()
1693 BUG_ON(!task_on_rq_queued(p)); in pick_next_pushable_task()
2009 WARN_ON(!task_on_rq_queued(p)); in pull_rt_task()
2070 if (!task_on_rq_queued(p)) in set_cpus_allowed_rt()
2136 if (!task_on_rq_queued(p) || rq->rt.rt_nr_running) in switched_from_rt()
2170 if (task_on_rq_queued(p) && rq->curr != p) { in switched_to_rt()
2189 if (!task_on_rq_queued(p)) in prio_changed_rt()
Dcore.c1015 if (task_on_rq_queued(rq->curr) && test_tsk_need_resched(rq->curr)) in check_preempt_curr()
1060 if (task_on_rq_queued(p)) { in __migrate_swap_task()
1224 queued = task_on_rq_queued(p); in wait_task_inactive()
1510 if (task_on_rq_queued(p)) { in ttwu_remote()
1739 if (!task_on_rq_queued(p)) in try_to_wake_up_local()
2471 if (!p->on_cpu || !task_on_rq_queued(p)) in task_sched_runtime()
2481 if (task_current(rq, p) && task_on_rq_queued(p)) { in task_sched_runtime()
2792 if (task_on_rq_queued(prev)) in __schedule()
3029 queued = task_on_rq_queued(p); in rt_mutex_setprio()
3105 queued = task_on_rq_queued(p); in set_user_nice()
[all …]
Dsched.h1032 static inline int task_on_rq_queued(struct task_struct *p) in task_on_rq_queued() function
Dfair.c7887 if (!task_on_rq_queued(p)) in prio_changed_fair()
7916 if (!task_on_rq_queued(p) && p->state != TASK_RUNNING) { in switched_from_fair()
7951 if (!task_on_rq_queued(p)) in switched_to_fair()