Home
last modified time | relevance | path

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

/linux/Documentation/scheduler/
H A Dsched-rt-group.rst157 ("<cgroup>/cpu.rt_period_us") configurable as well.
/linux/kernel/sched/
H A Dsched.h596 extern int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us);
H A Dcore.c10166 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint() argument
10168 return sched_group_set_rt_period(css_tg(css), rt_period_us); in cpu_rt_period_write_uint()