Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddeadline.c399 static void task_non_contending(struct sched_dl_entity *dl_se, bool dl_task) in task_non_contending() argument
438 if (dl_task) in task_non_contending()
441 if (!dl_task || READ_ONCE(p->__state) == TASK_DEAD) { in task_non_contending()
621 return rq->online && dl_task(prev); in need_pull_dl_task()
1192 if (!dl_task(dl_se->rq->curr) || dl_entity_preempt(dl_se, &dl_se->rq->curr->dl)) in dl_server_timer()
1233 if (!dl_task(p)) in dl_task_timer()
1290 if (dl_task(rq->donor)) in dl_task_timer()
1803 if (!dl_task(dl_se->rq->curr) || dl_entity_preempt(dl_se, &rq->curr->dl)) in dl_server_start()
1922 if (!dl_task(donor) || !on_dl_rq(dl_se)) in update_curr_dl()
1960 if (!dl_task(p) || READ_ONCE(p->__state) == TASK_DEAD) { in inactive_task_timer()
[all …]
H A Dsyscalls.c624 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.c557 if (tracing_dl || (wakeup_dl && !dl_task(p)) || in probe_wakeup()
559 (!dl_task(p) && (p->prio >= wakeup_prio || p->prio >= current->prio))) in probe_wakeup()
573 (!dl_task(p) && p->prio >= wakeup_prio)) in probe_wakeup()
587 if (dl_task(p)) in probe_wakeup()
/linux/kernel/cgroup/
H A Dcpuset.c3201 if (dl_task(task)) { in cpuset_can_attach()
H A Dcgroup.c7004 if (dl_task(tsk)) in do_cgroup_task_dead()