Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Ddeadline.c2528 if (new_bw == p->dl.dl_bw && task_has_dl_policy(p)) in sched_dl_overflow()
2538 if (dl_policy(policy) && !task_has_dl_policy(p) && in sched_dl_overflow()
2544 } else if (dl_policy(policy) && task_has_dl_policy(p) && in sched_dl_overflow()
2557 } else if (!dl_policy(policy) && task_has_dl_policy(p)) { in sched_dl_overflow()
Dcore.c776 if (task_has_dl_policy(p)) in normal_prio()
2313 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in sched_fork()
3888 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in set_user_nice()
4717 if (task_has_dl_policy(p)) in SYSCALL_DEFINE4()
4789 if (task_has_dl_policy(p) && dl_bandwidth_enabled()) { in sched_setaffinity()
Dsched.h184 static inline int task_has_dl_policy(struct task_struct *p) in task_has_dl_policy() function