Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/sched/
Ddeadline.h19 static inline int dl_task(struct task_struct *p) in dl_task() function
/linux-4.1.27/kernel/sched/
Ddeadline.c213 return dl_task(prev); in need_pull_dl_task()
578 if (!dl_task(p) || dl_se->dl_new || in dl_task_timer()
616 if (dl_task(rq->curr)) in dl_task_timer()
660 if (!dl_task(curr) || !on_dl_rq(dl_se)) in update_curr_dl()
1009 if (unlikely(dl_task(curr)) && in select_task_rq_dl()
1382 BUG_ON(!dl_task(p)); in pick_next_pushable_dl_task()
1416 if (dl_task(rq->curr) && in push_dl_task()
1570 dl_task(rq->curr) && in task_woken_dl()
1584 BUG_ON(!dl_task(p)); in set_cpus_allowed_dl()
1733 if (dl_task(rq->curr)) in switched_to_dl()
Dcore.c990 } else if (oldprio != p->prio || dl_task(p)) in check_class_changed()
3594 if ((dl_policy(policy) || dl_task(p)) && dl_overflow(p, policy, attr)) { in __sched_setscheduler()
4694 if (dl_task(p) && !cpumask_intersects(task_rq(p)->rd->span, in task_can_attach()
7389 if (!dl_task(p) && !rt_task(p)) { in normalize_rt_tasks()
Drt.c2056 (dl_task(rq->curr) || rt_task(rq->curr)) && in task_woken_rt()
/linux-4.1.27/kernel/trace/
Dtrace_sched_wakeup.c539 if (tracing_dl || (wakeup_dl && !dl_task(p)) || in probe_wakeup()
540 (wakeup_rt && !dl_task(p) && !rt_task(p)) || in probe_wakeup()
541 (!dl_task(p) && (p->prio >= wakeup_prio || p->prio >= current->prio))) in probe_wakeup()
554 (!dl_task(p) && p->prio >= wakeup_prio)) in probe_wakeup()
568 if (dl_task(p)) in probe_wakeup()
/linux-4.1.27/kernel/time/
Dhrtimer.c1568 if (dl_task(current) || rt_task(current)) in hrtimer_nanosleep()