Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/sched/
H A Dsched.h499 extern int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us);
H A Drt.c2738 int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us) in sched_group_set_rt_runtime() function
H A Dcore.c8610 return sched_group_set_rt_runtime(css_tg(css), val); in cpu_rt_runtime_write()