Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/sched/
Dcore.c3406 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in sched_fork()
5188 if (task_has_dl_policy(p) || task_has_rt_policy(p)) { in set_user_nice()
5983 if (task_has_rt_policy(p)) in SYSCALL_DEFINE2()
6071 else if (task_has_rt_policy(p)) in SYSCALL_DEFINE4()
Dsched.h270 static inline int task_has_rt_policy(struct task_struct *p) in task_has_rt_policy() function
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dkernel.patch1344 + return sync && task_has_rt_policy(rq->curr) &&