Searched refs:dl_task (Results 1 – 7 of 7) sorted by relevance
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()
333 if (dl_task(p)) in task_non_contending()335 if (!dl_task(p) || p->state == TASK_DEAD) { in task_non_contending()568 return dl_task(prev); in need_pull_dl_task()1053 if (!dl_task(p)) in dl_task_timer()1112 if (dl_task(rq->curr)) in dl_task_timer()1247 if (!dl_task(curr) || !on_dl_rq(dl_se)) in update_curr_dl()1356 if (!dl_task(p) || p->state == TASK_DEAD) { in inactive_task_timer()1696 select_rq = unlikely(dl_task(curr)) && in select_task_rq_dl()2073 !dl_task(task) || in find_lock_later_rq()2114 BUG_ON(!dl_task(p)); in pick_next_pushable_dl_task()[all …]
1678 } else if (oldprio != p->prio || dl_task(p)) in check_class_changed()5410 if ((dl_policy(policy) || dl_task(p)) && sched_dl_overflow(p, policy, attr)) { in __sched_setscheduler()6619 if (dl_task(p) && !cpumask_intersects(task_rq(p)->rd->span, in task_can_attach()7359 if (!dl_task(p) && !rt_task(p)) { in normalize_rt_tasks()
2226 (dl_task(rq->curr) || rt_task(rq->curr)) && in task_woken_rt()
838 if (dl_task(tsk)) in check_thread_timers()1089 if (dl_task(tsk) && tsk->dl.dl_overrun) in fastpath_timer_check()
1926 if (dl_task(current) || rt_task(current)) in hrtimer_nanosleep()