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.c83 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in set_user_nice()
916 if (task_has_dl_policy(p)) { in get_params()
1077 if (!task_has_dl_policy(p) || in SYSCALL_DEFINE4()
1113 if (!task_has_dl_policy(p) || !dl_bandwidth_enabled()) in dl_task_check_affinity()
H A Ddeadline.c3793 if (new_bw == p->dl.dl_bw && task_has_dl_policy(p)) in sched_dl_overflow()
3805 if (dl_policy(policy) && !task_has_dl_policy(p) && in sched_dl_overflow()
3811 } else if (dl_policy(policy) && task_has_dl_policy(p) && in sched_dl_overflow()
3824 } else if (!dl_policy(policy) && task_has_dl_policy(p)) { in sched_dl_overflow()
H A Dsched.h234 static inline int task_has_dl_policy(struct task_struct *p) in task_has_dl_policy() function
H A Dcore.c3264 if (task_has_dl_policy(p) && dl_bandwidth_enabled()) { in restrict_cpus_allowed_ptr()
4834 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in sched_fork()