Searched refs:dl_task (Results 1 – 6 of 6) sorted by relevance
545 if (tracing_dl || (wakeup_dl && !dl_task(p)) || in probe_wakeup()546 (wakeup_rt && !dl_task(p) && !rt_task(p)) || in probe_wakeup()547 (!dl_task(p) && (p->prio >= wakeup_prio || p->prio >= current->prio))) in probe_wakeup()561 (!dl_task(p) && p->prio >= wakeup_prio)) in probe_wakeup()575 if (dl_task(p)) in probe_wakeup()
20 static inline int dl_task(struct task_struct *p) in dl_task() function
425 if (dl_task(p)) in task_non_contending()1123 if (!dl_task(p)) in dl_task_timer()1182 if (dl_task(rq->curr)) in dl_task_timer()2248 !dl_task(task) || in find_lock_later_rq()2286 WARN_ON_ONCE(!dl_task(p)); in pick_next_pushable_dl_task()2315 if (dl_task(rq->curr) && in push_dl_task()2480 dl_task(rq->curr) && in task_woken_dl()2493 WARN_ON_ONCE(!dl_task(p)); in set_cpus_allowed_dl()2557 if (!dl_task(p)) { in dl_add_task_root_domain()2650 if (dl_task(rq->curr)) in switched_to_dl()[all …]
2172 } else if (oldprio != p->prio || dl_task(p)) in check_class_changed()7682 if ((dl_policy(policy) || dl_task(p)) && sched_dl_overflow(p, policy, attr)) { in __sched_setscheduler()9213 if (dl_task(p) && !cpumask_intersects(task_rq(p)->rd->span, in task_can_attach()10146 if (!dl_task(p) && !rt_task(p)) { in normalize_rt_tasks()
2467 (dl_task(rq->curr) || rt_task(rq->curr)) && in task_woken_rt()
902 if (dl_task(tsk)) in check_thread_timers()1153 if (dl_task(tsk) && tsk->dl.dl_overrun) in fastpath_timer_check()
Completed in 34 milliseconds