Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Ddeadline.c2562 if (new_bw == p->dl.dl_bw && task_has_dl_policy(p)) in sched_dl_overflow()
2572 if (dl_policy(policy) && !task_has_dl_policy(p) && in sched_dl_overflow()
2578 } else if (dl_policy(policy) && task_has_dl_policy(p) && in sched_dl_overflow()
2591 } else if (!dl_policy(policy) && task_has_dl_policy(p)) { in sched_dl_overflow()
Dcore.c1356 if (task_has_dl_policy(p)) in normal_prio()
2862 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in sched_fork()
4516 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in set_user_nice()
5364 if (task_has_dl_policy(p)) in SYSCALL_DEFINE4()
5440 if (task_has_dl_policy(p) && dl_bandwidth_enabled()) { in sched_setaffinity()
Ddebug.c957 if (task_has_dl_policy(p)) { in proc_sched_show_task()
Dsched.h185 static inline int task_has_dl_policy(struct task_struct *p) in task_has_dl_policy() function