Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Drt.c2822 int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us) in sched_group_set_rt_runtime() function
H A Dsched.h558 extern int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us);
H A Dcore.c9637 return sched_group_set_rt_runtime(css_tg(css), val); in cpu_rt_runtime_write()