Searched refs:dl_task (Results 1 – 7 of 7) sorted by relevance
272 if (dl_task(p)) in task_non_contending()274 if (!dl_task(p) || p->state == TASK_DEAD) { in task_non_contending()505 return dl_task(prev); in need_pull_dl_task()993 if (!dl_task(p)) in dl_task_timer()1052 if (dl_task(rq->curr)) in dl_task_timer()1187 if (!dl_task(curr) || !on_dl_rq(dl_se)) in update_curr_dl()1296 if (!dl_task(p) || p->state == TASK_DEAD) { in inactive_task_timer()1624 if (unlikely(dl_task(curr)) && in select_task_rq_dl()1992 !dl_task(task) || in find_lock_later_rq()2033 BUG_ON(!dl_task(p)); in pick_next_pushable_dl_task()[all …]
1412 } else if (oldprio != p->prio || dl_task(p)) in check_class_changed()4947 if ((dl_policy(policy) || dl_task(p)) && sched_dl_overflow(p, policy, attr)) { in __sched_setscheduler()6113 if (dl_task(p) && !cpumask_intersects(task_rq(p)->rd->span, in task_can_attach()6845 if (!dl_task(p) && !rt_task(p)) { in normalize_rt_tasks()
2153 (dl_task(rq->curr) || rt_task(rq->curr)) && in task_woken_rt()
18 static inline int dl_task(struct task_struct *p) in dl_task() function
548 if (tracing_dl || (wakeup_dl && !dl_task(p)) || in probe_wakeup()549 (wakeup_rt && !dl_task(p) && !rt_task(p)) || in probe_wakeup()550 (!dl_task(p) && (p->prio >= wakeup_prio || p->prio >= current->prio))) in probe_wakeup()563 (!dl_task(p) && p->prio >= wakeup_prio)) in probe_wakeup()577 if (dl_task(p)) in probe_wakeup()
833 if (dl_task(tsk)) in check_thread_timers()1102 if (dl_task(tsk) && tsk->dl.dl_overrun) in fastpath_timer_check()
1919 if (dl_task(current) || rt_task(current)) in hrtimer_nanosleep()