Home
last modified time | relevance | path

Searched refs:task_has_dl_policy (Results 1 – 3 of 3) sorted by relevance

/kernel/sched/
Dcore.c988 if (task_has_dl_policy(p)) in normal_prio()
2203 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in sched_fork()
2358 if (dl_policy(policy) && !task_has_dl_policy(p) && in dl_overflow()
2362 } else if (dl_policy(policy) && task_has_dl_policy(p) && in dl_overflow()
2367 } else if (!dl_policy(policy) && task_has_dl_policy(p)) { in dl_overflow()
3539 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in set_user_nice()
4425 if (task_has_dl_policy(p)) in SYSCALL_DEFINE4()
4497 if (task_has_dl_policy(p) && dl_bandwidth_enabled()) { in sched_setaffinity()
Dwalt.c607 if (task_on_rq_queued(p) && (!task_has_dl_policy(p) || in update_history()
Dsched.h106 static inline int task_has_dl_policy(struct task_struct *p) in task_has_dl_policy() function