Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dsched.h2747 extern int sched_group_set_rt_runtime(struct task_group *tg,
/linux-3.4.99/kernel/sched/
Dcore.c7703 int sched_group_set_rt_runtime(struct task_group *tg, long rt_runtime_us) in sched_group_set_rt_runtime() function
8176 return sched_group_set_rt_runtime(cgroup_tg(cgrp), val); in cpu_rt_runtime_write()