Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/
Ddeadline.c2864 if (new_bw == p->dl.dl_bw && task_has_dl_policy(p)) in sched_dl_overflow()
2876 if (dl_policy(policy) && !task_has_dl_policy(p) && in sched_dl_overflow()
2882 } else if (dl_policy(policy) && task_has_dl_policy(p) && in sched_dl_overflow()
2895 } else if (!dl_policy(policy) && task_has_dl_policy(p)) { in sched_dl_overflow()
Ddebug.c1089 if (task_has_dl_policy(p)) { in proc_sched_show_task()
Dcore.c3256 if (task_has_dl_policy(p) && dl_bandwidth_enabled()) { in restrict_cpus_allowed_ptr()
4753 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in sched_fork()
7210 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in set_user_nice()
8037 if (task_has_dl_policy(p)) in get_params()
8287 if (!task_has_dl_policy(p) || !dl_bandwidth_enabled()) in dl_task_check_affinity()
Dsched.h215 static inline int task_has_dl_policy(struct task_struct *p) in task_has_dl_policy() function