Searched refs:task_has_rt_policy (Results 1 – 3 of 3) sorted by relevance
83 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in set_user_nice()888 } else if (task_has_rt_policy(p)) { in get_params()1013 if (task_has_rt_policy(p)) in SYSCALL_DEFINE2()
229 static inline int task_has_rt_policy(struct task_struct *p) in task_has_rt_policy() function
4648 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in sched_fork()