Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c447 if (dl_task(p)) in task_non_contending()
450 if (!dl_task(p) || READ_ONCE(p->__state) == TASK_DEAD) { in task_non_contending()
630 return rq->online && dl_task(prev); in need_pull_dl_task()
1202 if (!dl_task(dl_se->rq->curr) || dl_entity_preempt(dl_se, &dl_se->rq->curr->dl)) in dl_server_timer()
1243 if (!dl_task(p)) in dl_task_timer()
1300 if (dl_task(rq->donor)) in dl_task_timer()
1595 if (!dl_task(dl_se->rq->curr) || dl_entity_preempt(dl_se, &rq->curr->dl)) in dl_server_start()
1728 if (!dl_task(donor) || !on_dl_rq(dl_se)) in update_curr_dl()
1766 if (!dl_task(p) || READ_ONCE(p->__state) == TASK_DEAD) { in inactive_task_timer()
2210 select_rq = unlikely(dl_task(dono in select_task_rq_dl()
[all...]
H A Dsyscalls.c673 if ((dl_policy(policy) || dl_task(p)) && sched_dl_overflow(p, policy, attr)) { in __sched_setscheduler()
H A Drt.c2347 (dl_task(rq->donor) || rt_task(rq->donor)) && in task_woken_rt()
/linux/include/linux/sched/
H A Ddeadline.h22 static inline bool dl_task(struct task_struct *p) in dl_task() function
/linux/kernel/trace/
H A Dtrace_sched_wakeup.c561 if (tracing_dl || (wakeup_dl && !dl_task(p)) || in probe_wakeup()
563 (!dl_task(p) && (p->prio >= wakeup_prio || p->prio >= current->prio))) in probe_wakeup()
577 (!dl_task(p) && p->prio >= wakeup_prio)) in probe_wakeup()
591 if (dl_task(p)) in probe_wakeup()
/linux/kernel/time/
H A Dposix-cpu-timers.c872 if (dl_task(tsk)) in check_thread_timers()
1123 if (dl_task(tsk) && tsk->dl.dl_overrun) in fastpath_timer_check()
/linux/kernel/cgroup/
H A Dcpuset.c3052 if (dl_task(task)) { in cpuset_can_attach()
H A Dcgroup.c6843 if (dl_task(tsk)) in cgroup_exit()
/linux/Documentation/scheduler/
H A Dsched-deadline.rst756 "dl_task": {