Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dsched.h503 extern int sched_rt_can_attach(struct task_group *tg, struct task_struct *tsk);
H A Drt.c2797 int sched_rt_can_attach(struct task_group *tg, struct task_struct *tsk) in sched_rt_can_attach() function
H A Dcore.c8080 if (!sched_rt_can_attach(css_tg(css), task)) in cpu_cgroup_can_attach()