Home
last modified time | relevance | path

Searched refs:task_has_rt_policy (Results 1 – 2 of 2) 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()
939 } else if (task_has_rt_policy(p)) { in get_params()
1064 if (task_has_rt_policy(p)) in SYSCALL_DEFINE2()
H A Dcore.c4737 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in sched_fork()