Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Drt.c2799 int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us) in sched_group_set_rt_period()
2803 if (rt_period_us > U64_MAX / NSEC_PER_USEC)
2806 rt_period = rt_period_us * NSEC_PER_USEC; in sched_group_rt_period() local
2814 u64 rt_period_us; in sched_rt_global_constraints()
2816 rt_period_us = ktime_to_ns(tg->rt_bandwidth.rt_period); in sched_rt_global_constraints()
2817 do_div(rt_period_us, NSEC_PER_USEC); in sched_rt_global_constraints()
2818 return rt_period_us; in sched_rt_global_constraints()
2791 sched_group_set_rt_period(struct task_group * tg,u64 rt_period_us) sched_group_set_rt_period() argument
H A Dsched.h596 extern int sched_group_set_rt_period(struct task_group *tg, u64 rt_period_us);
H A Dcore.c9887 struct cftype *cftype, u64 rt_period_us)
9889 return sched_group_set_rt_period(css_tg(css), rt_period_us);
9983 .name = "rt_period_us", in cpu_extra_stat_show()
9828 cpu_rt_period_write_uint(struct cgroup_subsys_state * css,struct cftype * cftype,u64 rt_period_us) cpu_rt_period_write_uint() argument
/linux/Documentation/scheduler/
H A Dsched-rt-group.rst157 ("<cgroup>/cpu.rt_period_us") configurable as well.