Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dsyscalls.c88 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in set_user_nice()
937 if (task_has_dl_policy(p)) { in get_params()
1129 if (!task_has_dl_policy(p) || !dl_bandwidth_enabled()) in dl_task_check_affinity()
H A Ddeadline.c3281 if (new_bw == p->dl.dl_bw && task_has_dl_policy(p)) in sched_dl_overflow()
3293 if (dl_policy(policy) && !task_has_dl_policy(p) && in sched_dl_overflow()
3299 } else if (dl_policy(policy) && task_has_dl_policy(p) && in sched_dl_overflow()
3312 } else if (!dl_policy(policy) && task_has_dl_policy(p)) { in sched_dl_overflow()
H A Ddebug.c1262 if (task_has_dl_policy(p)) { in proc_sched_show_task()
H A Dcore.c3208 if (task_has_dl_policy(p) && dl_bandwidth_enabled()) { in restrict_cpus_allowed_ptr()
4737 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in sched_fork()