Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/sched/
Ddeadline.h19 static inline int dl_task(struct task_struct *p) in dl_task() function
/linux-4.4.14/kernel/sched/
Ddeadline.c213 return dl_task(prev); in need_pull_dl_task()
596 if (!dl_task(p)) { in dl_task_timer()
648 if (dl_task(rq->curr)) in dl_task_timer()
720 if (!dl_task(curr) || !on_dl_rq(dl_se)) in update_curr_dl()
1069 if (unlikely(dl_task(curr)) && in select_task_rq_dl()
1486 BUG_ON(!dl_task(p)); in pick_next_pushable_dl_task()
1520 if (dl_task(rq->curr) && in push_dl_task()
1670 dl_task(rq->curr) && in task_woken_dl()
1683 BUG_ON(!dl_task(p)); in set_cpus_allowed_dl()
1775 if (dl_task(rq->curr)) in switched_to_dl()
Dcore.c1021 } else if (oldprio != p->prio || dl_task(p)) in check_class_changed()
3962 if ((dl_policy(policy) || dl_task(p)) && dl_overflow(p, policy, attr)) { in __sched_setscheduler()
5087 if (dl_task(p) && !cpumask_intersects(task_rq(p)->rd->span, in task_can_attach()
7627 if (!dl_task(p) && !rt_task(p)) { in normalize_rt_tasks()
Drt.c2063 (dl_task(rq->curr) || rt_task(rq->curr)) && in task_woken_rt()
/linux-4.4.14/kernel/trace/
Dtrace_sched_wakeup.c543 if (tracing_dl || (wakeup_dl && !dl_task(p)) || in probe_wakeup()
544 (wakeup_rt && !dl_task(p) && !rt_task(p)) || in probe_wakeup()
545 (!dl_task(p) && (p->prio >= wakeup_prio || p->prio >= current->prio))) in probe_wakeup()
558 (!dl_task(p) && p->prio >= wakeup_prio)) in probe_wakeup()
572 if (dl_task(p)) in probe_wakeup()
/linux-4.4.14/kernel/time/
Dhrtimer.c1554 if (dl_task(current) || rt_task(current)) in hrtimer_nanosleep()