Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/sched/
Dcore.c7752 static int sched_group_set_rt_period(struct task_group *tg, long rt_period_us) in sched_group_set_rt_period() argument
7756 rt_period = (u64)rt_period_us * NSEC_PER_USEC; in sched_group_set_rt_period()
7764 u64 rt_period_us; in sched_group_rt_period() local
7766 rt_period_us = ktime_to_ns(tg->rt_bandwidth.rt_period); in sched_group_rt_period()
7767 do_div(rt_period_us, NSEC_PER_USEC); in sched_group_rt_period()
7768 return rt_period_us; in sched_group_rt_period()
8326 struct cftype *cftype, u64 rt_period_us) in cpu_rt_period_write_uint() argument
8328 return sched_group_set_rt_period(css_tg(css), rt_period_us); in cpu_rt_period_write_uint()
/linux-4.1.27/Documentation/scheduler/
Dsched-rt-group.txt152 ("<cgroup>/cpu.rt_period_us") configurable as well.