Home
last modified time | relevance | path

Searched refs:task_has_rt_policy (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/kernel/sched/
Dcore.c967 else if (task_has_rt_policy(p)) in normal_prio()
2209 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in sched_fork()
3472 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in set_user_nice()
4298 if (task_has_rt_policy(p)) in SYSCALL_DEFINE2()
4385 else if (task_has_rt_policy(p)) in SYSCALL_DEFINE4()
Dsched.h111 static inline int task_has_rt_policy(struct task_struct *p) in task_has_rt_policy() function