Home
last modified time | relevance | path

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

/kernel/sched/
Dsched.h465 extern int sched_rt_can_attach(struct task_group *tg, struct task_struct *tsk);
Drt.c2717 int sched_rt_can_attach(struct task_group *tg, struct task_struct *tsk) in sched_rt_can_attach() function
Dcore.c7274 if (!sched_rt_can_attach(css_tg(css), task)) in cpu_cgroup_can_attach()